diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-07 05:16:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-07 05:16:05 +0800 |
commit | 8d5aebb15f925802df103642983fbaa93a2b1e5a (patch) | |
tree | fda0740a809b9e0755c425905c8a528f4bd02a2d /x11/gnome-applets/Makefile | |
parent | ce51d65108bdf9d881971f2456db24ae4517bd72 (diff) | |
download | freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.zst freebsd-ports-gnome-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
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> |