diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-04-05 01:19:06 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-04-05 01:19:06 +0000 |
commit | a7b3daf148b666f6f6858b7b2e39c4c25a3a83af (patch) | |
tree | a90f1b3ebac585018531bfe2ffd8e0ad156ddcec /xfce-base/xfce-utils | |
parent | Updated header, added metadata.xml (diff) | |
download | historical-a7b3daf148b666f6f6858b7b2e39c4c25a3a83af.tar.gz historical-a7b3daf148b666f6f6858b7b2e39c4c25a3a83af.tar.bz2 historical-a7b3daf148b666f6f6858b7b2e39c4c25a3a83af.zip |
Remove pkgconfig from $RDEPEND and license fixes.
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.0.4.ebuild b/xfce-base/xfce-utils/xfce-utils-4.0.4.ebuild index 032273ca9a62..7bde649b1fd7 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.0.4.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-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/xfce-utils/xfce-utils-4.0.4.ebuild,v 1.3 2004/03/17 00:38:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.0.4.ebuild,v 1.4 2004/04/05 01:19:06 bcowan Exp $ IUSE="X gtkhtml gnome" S=${WORKDIR}/${P} @@ -13,13 +13,14 @@ SLOT="0" LICENSE="GPL-2" 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 =xfce-base/libxfce4util-${PV} =xfce-base/libxfcegui4-${PV} =xfce-base/libxfce4mcs-${PV} =xfce-base/xfce-mcs-manager-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { local myconf |