diff options
author | Keri Harris <keri@gentoo.org> | 2008-03-12 06:30:58 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2008-03-12 06:30:58 +0000 |
commit | 7461e4a6b1db5c51dd795a90f5ea1642bce777a8 (patch) | |
tree | 0c462ff72a4e363a68b261d346e3d6085d8538ae /dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild | |
parent | remove unused license (diff) | |
download | historical-7461e4a6b1db5c51dd795a90f5ea1642bce777a8.tar.gz historical-7461e4a6b1db5c51dd795a90f5ea1642bce777a8.tar.bz2 historical-7461e4a6b1db5c51dd795a90f5ea1642bce777a8.zip |
Do not restrict tcl-tk bindings to -8.4
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild')
-rw-r--r-- | dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild b/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild index 08518f964f8a..b35542100cf7 100644 --- a/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild +++ b/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild,v 1.3 2007/01/13 11:04:23 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.13.1.ebuild,v 1.4 2008/03/12 06:30:58 keri Exp $ inherit eutils @@ -21,8 +21,8 @@ DEPEND="~dev-lang/mercury-${PV} ncurses? ( sys-libs/ncurses ) opengl? ( virtual/opengl ) tcl? ( tk? ( - =dev-lang/tcl-8.4* - =dev-lang/tk-8.4* + dev-lang/tcl + dev-lang/tk x11-libs/libX11 x11-libs/libXmu ) )" @@ -88,7 +88,6 @@ src_compile() { } src_install() { - cd "${S}" mmake \ MMAKEFLAGS="${MAKEOPTS}" \ INSTALL_PREFIX="${D}" \ |