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-print/xpp | |
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-print/xpp')
-rw-r--r-- | net-print/xpp/xpp-0.7.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-print/xpp/xpp-0.7.ebuild b/net-print/xpp/xpp-0.7.ebuild index 73de9d77fa7c..b29431b97f36 100644 --- a/net-print/xpp/xpp-0.7.ebuild +++ b/net-print/xpp/xpp-0.7.ebuild @@ -1,19 +1,18 @@ # 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-print/xpp/xpp-0.7.ebuild,v 1.2 2000/12/17 20:09:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-0.7.ebuild,v 1.3 2001/06/03 09:54:22 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="X Printing Panel" SRC_URI="ftp://cups.sourceforge.net/pub/cups/xpp/${P}.tar.gz" HOMEPAGE="http://cups.sourceforge.net/xpp/" -DEPEND=">=net-print/cups-1.1.4 +DEPEND="virtual/glibc >=net-print/cups-1.1.7 >=x11-libs/fltk-1.0.10" src_compile() { - cd ${S} try ./configure --prefix=/usr/X11R6 --host=${CHOST} try make @@ -21,7 +20,6 @@ src_compile() { src_install () { - cd ${S} try make DESTDIR=${D} install dodoc LICENSE ChangeLog README } |