aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libsoup/Makefile4
-rw-r--r--devel/libsoup22/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 1cb7391ebd94..1a54c8820394 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 1cb7391ebd94..1a54c8820394 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>