summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-20 07:18:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-20 07:18:46 +0800
commit935c16d5a05c3b28657bb5f44658d75bebf8fc97 (patch)
tree5f81420e332f9c3f8f5c33d4a4c56284976f9a6a /devel/libsoup
parent84e1900e0d7bd769115b3c5e7f178a52ef867595 (diff)
downloadmarcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar.gz
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar.bz2
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar.lz
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar.xz
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.tar.zst
marcuscom-ports-935c16d5a05c3b28657bb5f44658d75bebf8fc97.zip
Re-enable support for GnuTLS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2125 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 09314a1c2..8be9f185a 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -29,16 +29,16 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="2.2"
-#.if !defined(WITHOUT_SSL)
-#LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
-#.else
+.if !defined(WITHOUT_SSL)
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+.else
CONFIGURE_ARGS+=--disable-ssl
-#.endif
+.endif
pre-everything::
-# @${ECHO_MSG} ""
-# @${ECHO_MSG} "libsoup has the following configurable option(s):"
-# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
-# @${ECHO_MSG} ""
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "libsoup has the following configurable option(s):"
+ @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
+ @${ECHO_MSG} ""
.include <bsd.port.mk>