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 /misc | |
parent | e20e302afe0d8e17121947ced86142dccb133e3b (diff) | |
download | ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.tar.gz ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomeutils/Makefile | 3 | ||||
-rw-r--r-- | misc/gnomeutils2/Makefile | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index e329f48efb11..96af594ddf0f 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 \ diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 2a26f8105103..f0ec1202e2aa 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -17,18 +17,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2.0 support utilities -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel - USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gnome-calculator.1 \ gnome-character-map.1 gnome-dictionary.1 \ |