diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-21 05:11:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-21 05:11:05 +0000 |
commit | f04a81eff0490c892be451cc987431f7565a54dd (patch) | |
tree | b03fe3042504893673bde240cc81562abd768f95 /net/netspeed_applet/Makefile | |
parent | 1f9c682c9556b402001c93f011af66d49d5a4c47 (diff) | |
download | ports-f04a81eff0490c892be451cc987431f7565a54dd.tar.gz ports-f04a81eff0490c892be451cc987431f7565a54dd.zip |
Notes
Diffstat (limited to 'net/netspeed_applet/Makefile')
-rw-r--r-- | net/netspeed_applet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 678d0239f673..f7e4f6c96582 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -6,8 +6,7 @@ # PORTNAME= netspeed_applet -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= net gnome MASTER_SITES= http://www.wh-hms.uni-ulm.de/~mfcn/shared/netspeed/ @@ -19,7 +18,7 @@ LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |