diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | c126810efd96bf00b64bd08ed2b30b3b1302d4c2 (patch) | |
tree | 0912f748ae45e20155bd1db9a53bfb4c0ce511a8 /x11/gnome-applets/Makefile | |
parent | e20e302afe0d8e17121947ced86142dccb133e3b (diff) | |
download | ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.tar.gz ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.zip |
Notes
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 3a76836fa0be..51312167ef84 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/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> |