diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-07 20:21:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-07 20:21:09 +0000 |
commit | 35ba3d745da25df4251fd15877c5bbed541446f7 (patch) | |
tree | 4ca4cff1a4bae41a4f2e8168f7712220e4d5d276 /sysutils/gnome-control-center | |
parent | 71a43d8736c29c450df686f62f3b103f07cede54 (diff) | |
download | FreeBSD-ports-35ba3d745da25df4251fd15877c5bbed541446f7.zip FreeBSD-ports-35ba3d745da25df4251fd15877c5bbed541446f7.tar.gz |
* Convert to new GNOME infrastructure
* Add an explicit GNOME_DESKTOP_VERSION
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index dea17a8..e5e7bb3 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 ; \ |