summaryrefslogtreecommitdiff
path: root/audio/libnjb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libnjb/Makefile')
-rw-r--r--audio/libnjb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libnjb/Makefile b/audio/libnjb/Makefile
index 890cc871718b..d6e0cde1a860 100644
--- a/audio/libnjb/Makefile
+++ b/audio/libnjb/Makefile
@@ -15,8 +15,8 @@ COMMENT= C library, API for communicating with Creative and Dell audio players
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>