diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 22:21:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 22:21:57 +0000 |
commit | f74790599d796426e46571be48952de12d6f5352 (patch) | |
tree | 73c156df005cadcff837a8d7979e8d1d6cda0a67 /devel/libsoup | |
parent | bd960255f423bd2eb73bf564ec47608530152879 (diff) | |
download | ports-f74790599d796426e46571be48952de12d6f5352.tar.gz ports-f74790599d796426e46571be48952de12d6f5352.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 |
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" |