aboutsummaryrefslogtreecommitdiff
path: root/audio/vagalume/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vagalume/Makefile')
-rw-r--r--audio/vagalume/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile
index bb856dd9bf0b..cfb8aef8c569 100644
--- a/audio/vagalume/Makefile
+++ b/audio/vagalume/Makefile
@@ -34,8 +34,8 @@ OPTIONS= DBUS "Build with DBUS support" on \
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "