diff options
Diffstat (limited to 'net/netspeed_applet')
-rw-r--r-- | net/netspeed_applet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 6763c245d2aa..849ed62471e3 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -21,8 +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" \ - PKG_CONFIG=${LOCALBASE}/bin/pkg-config + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-libgtop .include <bsd.port.mk> |