diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /sysutils/gnome-system-monitor | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'sysutils/gnome-system-monitor')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 3e3331e67a45..c2b7b88af750 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -17,19 +17,16 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2.0 system monitor program -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ - wnck-1.9:${PORTSDIR}/x11-toolkits/libwnck +LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui libwnck USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lutil" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |