From f74790599d796426e46571be48952de12d6f5352 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 24 Dec 2005 22:21:57 +0000 Subject: Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork! --- devel/libsoup22/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libsoup22') 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" -- cgit v1.2.3