diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | 8d5aebb15f925802df103642983fbaa93a2b1e5a (patch) | |
tree | fda0740a809b9e0755c425905c8a528f4bd02a2d /misc/gnomeutils | |
parent | ce51d65108bdf9d881971f2456db24ae4517bd72 (diff) | |
download | FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.zip FreeBSD-ports-8d5aebb15f925802df103642983fbaa93a2b1e5a.tar.gz |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions
Diffstat (limited to 'misc/gnomeutils')
-rw-r--r-- | misc/gnomeutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index e329f48..96af594 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -19,13 +19,12 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes +GNOME_DESKTOP_VERSION=1 USE_GNOME= gnomeprefix gnomehack gtkhtml libpanel USE_LIBTOOL= yes CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \ gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \ |