diff options
Diffstat (limited to 'net-www/amaya/amaya-7.2.ebuild')
-rw-r--r-- | net-www/amaya/amaya-7.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-www/amaya/amaya-7.2.ebuild b/net-www/amaya/amaya-7.2.ebuild index 7dba228f3fb0..85929f02e880 100644 --- a/net-www/amaya/amaya-7.2.ebuild +++ b/net-www/amaya/amaya-7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.2.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-7.2.ebuild,v 1.4 2003/03/30 01:06:17 liquidx Exp $ inherit libtool @@ -16,9 +16,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="" +RDEPEND="virtual/motif" + DEPEND="dev-lang/perl - >=x11-libs/openmotif-2.1.30" -RDEPEND=">=x11-libs/openmotif-2.1.30" + ${RDEPEND}" src_compile() { mkdir ${S} |