summaryrefslogtreecommitdiff
path: root/devel/soup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/soup/Makefile')
-rw-r--r--devel/soup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/soup/Makefile b/devel/soup/Makefile
index ec81e0ed5e1d..c01299641ba5 100644
--- a/devel/soup/Makefile
+++ b/devel/soup/Makefile
@@ -23,7 +23,7 @@ USE_GNOME= gnomehack glib12 libxml
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>