summaryrefslogtreecommitdiff
path: root/audio/pocketsphinx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pocketsphinx/Makefile')
-rw-r--r--audio/pocketsphinx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile
index 621e1d6a241f..60b9bbd91a71 100644
--- a/audio/pocketsphinx/Makefile
+++ b/audio/pocketsphinx/Makefile
@@ -19,8 +19,8 @@ USE_LDCONFIG= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MKDIR="${MKDIR}" \
OSVERSION=${OSVERSION}