diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-03 09:54:22 +0000 |
commit | 6a76d0a09b5bc25db333222c7664c39fe046cdf9 (patch) | |
tree | 6b4846295ced34060d1a21bb5e4ead72af7e582f /net-www/amaya | |
parent | new comments (diff) | |
download | gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.tar.gz gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.tar.bz2 gentoo-2-6a76d0a09b5bc25db333222c7664c39fe046cdf9.zip |
Dependencie fixes
Diffstat (limited to 'net-www/amaya')
-rw-r--r-- | net-www/amaya/amaya-4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-www/amaya/amaya-4.1.ebuild b/net-www/amaya/amaya-4.1.ebuild index 6cf8e473ef48..e257cf975dde 100644 --- a/net-www/amaya/amaya-4.1.ebuild +++ b/net-www/amaya/amaya-4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-4.1.ebuild,v 1.3 2000/12/09 15:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/amaya/amaya-4.1.ebuild,v 1.4 2001/06/03 09:54:22 achim Exp $ #P= A=${PN}-src-${PV}.tgz @@ -10,21 +10,21 @@ DESCRIPTION="The W3C Web-Browser" SRC_URI="ftp://ftp.w3.org/pub/amaya/${PN}-src-${PV}.tgz" HOMEPAGE="http://www.w3.org/Amaya/" -DEPEND=">=x11-libs/openmotif-2.1.30" +DEPEND=">=x11-libs/openmotif-2.1.30 sys-devel/perl" +RDEPEND=">=x11-libs/openmotif-2.1.30" src_compile() { mkdir ${S} cd ${S} - try ../configure --prefix=/usr/X11R6 --host=${CHOST} \ - --without-included-jpeg + + try ../configure --prefix=/usr/X11R6 --host=${CHOST} try make } src_install () { - cd ${S} dodir /usr/X11R6 try make prefix=${D}/usr/X11R6 install rm ${D}/usr/X11R6/bin/amaya |