aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup22
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-24 22:21:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-24 22:21:57 +0000
commitf74790599d796426e46571be48952de12d6f5352 (patch)
tree73c156df005cadcff837a8d7979e8d1d6cda0a67 /devel/libsoup22
parentbd960255f423bd2eb73bf564ec47608530152879 (diff)
downloadports-f74790599d796426e46571be48952de12d6f5352.tar.gz
ports-f74790599d796426e46571be48952de12d6f5352.zip
Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork!
Notes
Notes: svn path=/head/; revision=151987
Diffstat (limited to 'devel/libsoup22')
-rw-r--r--devel/libsoup22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 2eff113b564e..2268bafb00cf 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/Makefile
@@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= VERSION="2.2"