aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsoup22/Makefile')
-rw-r--r--devel/libsoup22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index e2dde7b61e6c..83dbe9b7d325 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -27,8 +27,8 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="2.2"