summaryrefslogtreecommitdiff
path: root/devel/dprog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dprog/Makefile')
-rw-r--r--devel/dprog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dprog/Makefile b/devel/dprog/Makefile
index 4190a56e0790..19d8b0294e3e 100644
--- a/devel/dprog/Makefile
+++ b/devel/dprog/Makefile
@@ -18,8 +18,8 @@ COMMENT= A language for specifying dynamic programming algorithms
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= EMACS "Install emacs syntax files" on