diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:55:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:55:32 +0000 |
commit | bf7d306130c3cf32335847c8145085c553e18d4c (patch) | |
tree | 490887d59afc7440861adaf9e24af0c15b3937d9 /net-www/amaya/amaya-8.0.ebuild | |
parent | removed openmotif-2.2; marked 2.1.30-r3 stable (diff) | |
download | gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.tar.gz gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.tar.bz2 gentoo-2-bf7d306130c3cf32335847c8145085c553e18d4c.zip |
fixed motif dep
Diffstat (limited to 'net-www/amaya/amaya-8.0.ebuild')
-rw-r--r-- | net-www/amaya/amaya-8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/amaya/amaya-8.0.ebuild b/net-www/amaya/amaya-8.0.ebuild index 8ceccc6b0ed3..e1db02529a1b 100644 --- a/net-www/amaya/amaya-8.0.ebuild +++ b/net-www/amaya/amaya-8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.5 2004/01/09 21:54:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-8.0.ebuild,v 1.6 2004/01/11 13:51:11 lanius Exp $ inherit libtool @@ -17,7 +17,7 @@ SLOT="0" IUSE="gtk" RDEPEND=" - ( gtk? =x11-libs/gtk+-1.2* : virtual/motif ) + ( gtk? =x11-libs/gtk+-1.2* : x11-libs/openmotif ) ( gtk? =dev-libs/glib-1.2* ) gtk? ( media-libs/imlib )" |