diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-21 03:06:52 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-21 03:06:52 +0000 |
commit | d13b05eda80966de2af8f82201e7f0ba3d2aa8fa (patch) | |
tree | 5c83c7ec9adcbaaba162f7b4ffaabd6a7acf0fc1 /net/netspeed_applet/Makefile | |
parent | 9ee7aa32430b707d1250e024e8c54cbd3b806407 (diff) |
Notes
Diffstat (limited to 'net/netspeed_applet/Makefile')
-rw-r--r-- | net/netspeed_applet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 96f1f745779b..5ff2d3e20b4a 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -6,8 +6,7 @@ # PORTNAME= netspeed_applet -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.12 CATEGORIES= net gnome MASTER_SITES= http://www.wh-hms.uni-ulm.de/~mfcn/shared/netspeed/ @@ -22,6 +21,7 @@ USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + PKG_CONFIG=${LOCALBASE}/bin/pkg-config .include <bsd.port.mk> |