aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-12-25 06:21:57 +0800
committeradamw <adamw@FreeBSD.org>2005-12-25 06:21:57 +0800
commiteaa37a79c0959ae084c176acc76f8c51ef280b9d (patch)
tree5042e20f8e82c2f6aa6529d7bd0ae454beafe973 /devel/libsoup
parentebc811d8c2f8d19a593411db12fe11bcde5b88fc (diff)
downloadfreebsd-ports-gnome-eaa37a79c0959ae084c176acc76f8c51ef280b9d.tar.gz
freebsd-ports-gnome-eaa37a79c0959ae084c176acc76f8c51ef280b9d.tar.zst
freebsd-ports-gnome-eaa37a79c0959ae084c176acc76f8c51ef280b9d.zip
Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork!
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 2eff113b564e..2268bafb00cf 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/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"