aboutsummaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-15 18:10:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-15 18:10:32 +0000
commite14820891eb09300a2ab40f4f107439de8875fed (patch)
treeca93ba8c01d29bd80cf7637c3164c912b4d48b92 /devel/libsoup
parent4a841635276e40d137fb563b3de4d0eb305ea0f3 (diff)
downloadports-e14820891eb09300a2ab40f4f107439de8875fed.tar.gz
ports-e14820891eb09300a2ab40f4f107439de8875fed.zip
Ensure we do not build against GnuTLS.
Notes
Notes: svn path=/head/; revision=104101
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 87142e6237dc..18c674cdbcad 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -22,7 +22,9 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
USE_OPENSSL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --with-gnutls-includes=${FALSE} \
+ --with-gnutls-libs=${FALSE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib