diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-04-05 01:48:53 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-04-05 01:48:53 +0000 |
commit | 32f58ba31f852dfd0ff62fa21d11ea3544c9ccff (patch) | |
tree | 60dce0575da624aeee4404d70b439350d4014a32 /xfce-extra/xfce4-artwork | |
parent | Change has_version to best_version for PAM check. (Manifest recommit) (diff) | |
download | gentoo-2-32f58ba31f852dfd0ff62fa21d11ea3544c9ccff.tar.gz gentoo-2-32f58ba31f852dfd0ff62fa21d11ea3544c9ccff.tar.bz2 gentoo-2-32f58ba31f852dfd0ff62fa21d11ea3544c9ccff.zip |
Remove pkgconfig from $RDEPEND and license fixes.
Diffstat (limited to 'xfce-extra/xfce4-artwork')
-rw-r--r-- | xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild index fb22d9cc15c8..0f57e4f1d033 100644 --- a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild +++ b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.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/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.4 2003/10/16 14:24:52 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.5 2004/04/05 01:48:53 bcowan Exp $ IUSE="" S=${WORKDIR}/${P} @@ -13,10 +13,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="ia64 x86 ~ppc ~alpha ~sparc amd64" -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig +RDEPEND=">=x11-libs/gtk+-2.0.6 dev-libs/libxml2 xfce-base/xfce4-base" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die |