summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libsoup/Makefile16
-rw-r--r--devel/libsoup22/Makefile16
2 files changed, 16 insertions, 16 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>
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
index 09314a1c2..8be9f185a 100644
--- a/devel/libsoup22/Makefile
+++ b/devel/libsoup22/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>