diff options
Diffstat (limited to 'xfce-base/xfprint/xfprint-4.0.4.ebuild')
-rw-r--r-- | xfce-base/xfprint/xfprint-4.0.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xfce-base/xfprint/xfprint-4.0.4.ebuild b/xfce-base/xfprint/xfprint-4.0.4.ebuild index f466c48259d7..b653b22bf9ef 100644 --- a/xfce-base/xfprint/xfprint-4.0.4.ebuild +++ b/xfce-base/xfprint/xfprint-4.0.4.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/xfce-base/xfprint/xfprint-4.0.4.ebuild,v 1.3 2004/03/17 00:36:59 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/xfprint-4.0.4.ebuild,v 1.4 2004/04/05 01:19:06 bcowan Exp $ IUSE="" S=${WORKDIR}/${P} @@ -10,11 +10,10 @@ HOMEPAGE="http://www.xfce.org/" SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="BSD" KEYWORDS="~ia64 x86 ~ppc ~alpha sparc ~amd64 ~hppa ~mips" -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig +RDEPEND=">=x11-libs/gtk+-2.0.6 dev-libs/libxml2 app-text/a2ps app-text/psutils @@ -22,6 +21,8 @@ DEPEND=">=x11-libs/gtk+-2.0.6 =xfce-base/libxfcegui4-${PV} =xfce-base/libxfce4mcs-${PV} =xfce-base/xfce-mcs-manager-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die |