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 | d86251a35f46567652cd9de528833d68d5ef2ade (patch) | |
tree | c2d113ec262a5fe290d4974ab448fe1489428b95 /xfce-extra/xfce4-systray | |
parent | Change has_version to best_version for PAM check. (diff) | |
download | historical-d86251a35f46567652cd9de528833d68d5ef2ade.tar.gz historical-d86251a35f46567652cd9de528833d68d5ef2ade.tar.bz2 historical-d86251a35f46567652cd9de528833d68d5ef2ade.zip |
Remove pkgconfig from $RDEPEND and license fixes.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild index 592b1af4f7f9..a36aae8562d4 100644 --- a/xfce-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild +++ b/xfce-extra/xfce4-systray/xfce4-systray-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-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild,v 1.3 2004/03/17 00:48:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.0.4.ebuild,v 1.4 2004/04/05 01:48:53 bcowan Exp $ IUSE="" S=${WORKDIR}/${P} @@ -13,14 +13,15 @@ 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} =xfce-base/xfce4-panel-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die |