aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-24 21:00:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-24 21:00:45 +0000
commitc17d6c4cd65133baac127d71f66d58975d0b7bc0 (patch)
treed4c2a616233cbda432216c4c48bac9de79e39ac8 /devel/libsoup
parent19351dbafcb33666ce6c1e55c6354de826e574dd (diff)
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 ab80e23e0f9e..2eff113b564e 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 ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="2.2"