diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /net/netspeed_applet | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | ports-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz ports-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79435
Diffstat (limited to 'net/netspeed_applet')
-rw-r--r-- | net/netspeed_applet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 86594663a2b5..9210c825aeae 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -13,17 +13,15 @@ MASTER_SITES= http://mfcn.ilo.de/netspeed_applet/ MAINTAINER= gnome@FreeBSD.org COMMENT= Applet that shows how much network traffic occurs on an interface -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ - gtop-2.0:${PORTSDIR}/devel/libgtop2 +LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack +USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel USE_LIBTOOL= 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 ; \ |