summaryrefslogtreecommitdiff
path: root/x11/gnomeapplets2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 21:16:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 21:16:05 +0000
commitc126810efd96bf00b64bd08ed2b30b3b1302d4c2 (patch)
tree0912f748ae45e20155bd1db9a53bfb4c0ce511a8 /x11/gnomeapplets2
parentChase checksum of tcl.o, It is now ready for the upcoming BitchX release 1.0c20 (diff)
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade across desktop versions
Notes
Notes: svn path=/head/; revision=78454
Diffstat (limited to 'x11/gnomeapplets2')
-rw-r--r--x11/gnomeapplets2/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile
index 3a76836fa0be..51312167ef84 100644
--- a/x11/gnomeapplets2/Makefile
+++ b/x11/gnomeapplets2/Makefile
@@ -16,20 +16,17 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Applets components for the Gnome 2.0 Desktop Environment
-LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \
- gailutil.17:${PORTSDIR}/x11-toolkits/gail \
- gtop-2.0:${PORTSDIR}/devel/libgtop2
+LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehier gnomeprefix gnomehack
+USE_GNOME_DESKTOP=2
+USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel gail
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.pre.mk>