summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild')
-rw-r--r--xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild b/xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild
index 455636d28b53..84a211df89f3 100644
--- a/xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild
+++ b/xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.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-iconbox/xfce4-iconbox-3.99.2.ebuild,v 1.1 2003/07/22 07:49:03 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-iconbox/xfce4-iconbox-3.99.2.ebuild,v 1.2 2003/09/04 07:19:20 msterret Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -16,13 +16,12 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc"
DEPEND=">=x11-libs/gtk+-2.0.6
dev-util/pkgconfig
dev-libs/libxml2
- =xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
+ =xfce-base/libxfce4util-${PV}
+ =xfce-base/libxfcegui4-${PV}
+ =xfce-base/libxfce4mcs-${PV}
=xfce-base/xfce-mcs-manager-${PV}"
src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
}