diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-25 02:36:43 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-25 02:36:43 +0000 |
commit | ce788d9f6885c52ffc79482978635648f0f41682 (patch) | |
tree | c81ed782117f23fbc265ef35c98cdb112de8b350 /net/netspeed_applet | |
parent | 87cec0193ce0c3d19fd8acada9a0b3e4f9aa9754 (diff) | |
download | ports-ce788d9f6885c52ffc79482978635648f0f41682.tar.gz ports-ce788d9f6885c52ffc79482978635648f0f41682.zip |
Notes
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> |