aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-01 13:47:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-01 13:47:54 +0000
commit8768671836d63b5e5dea2a5c0def76af437a3b32 (patch)
tree79b2d1a8f65d5232705d9947a4ba6b2c817db360 /devel/libsoup
parent5499179a3439775e65d5f447fa57263f6014f87c (diff)
downloadports-8768671836d63b5e5dea2a5c0def76af437a3b32.tar.gz
ports-8768671836d63b5e5dea2a5c0def76af437a3b32.zip
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile4
1 files changed, 2 insertions, 2 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>