summaryrefslogtreecommitdiffstats
path: root/devel/libsoup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsoup/Makefile')
-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>