diff options
Diffstat (limited to 'net-mgmt/spectools/Makefile')
-rw-r--r-- | net-mgmt/spectools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index 21be8570cfad..53737d08edc4 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -18,8 +18,8 @@ COMMENT= Tools for the Wi-Spy spectrum analyzers from MetaGeek LLC LICENSE= GPLv2 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_GMAKE= yes PORTDOCS= README |