diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 04:21:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 04:21:09 +0800 |
commit | 35ba3d745da25df4251fd15877c5bbed541446f7 (patch) | |
tree | 4ca4cff1a4bae41a4f2e8168f7712220e4d5d276 /sysutils | |
parent | 71a43d8736c29c450df686f62f3b103f07cede54 (diff) | |
download | freebsd-ports-gnome-35ba3d745da25df4251fd15877c5bbed541446f7.tar.gz freebsd-ports-gnome-35ba3d745da25df4251fd15877c5bbed541446f7.tar.zst freebsd-ports-gnome-35ba3d745da25df4251fd15877c5bbed541446f7.zip |
* Convert to new GNOME infrastructure
* Add an explicit GNOME_DESKTOP_VERSION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index dea17a848e0d..e5e7bb3006c3 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -16,20 +16,16 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for GNOME 2.0 project -LIB_DEPENDS= gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop \ - metacity-private.0:${PORTSDIR}/x11-wm/metacity - 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 gnomedesktop metacity USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index dea17a848e0d..e5e7bb3006c3 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -16,20 +16,16 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for GNOME 2.0 project -LIB_DEPENDS= gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop \ - metacity-private.0:${PORTSDIR}/x11-wm/metacity - 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 gnomedesktop metacity USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |