aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-14 10:59:52 +0800
committermarcus <marcus@FreeBSD.org>2003-07-14 10:59:52 +0800
commit2ff771f7f84bdafc34bb13b5311e5f83de77f5b3 (patch)
tree86affe7a5427fa9f4d1e5aab036a350f526737a3 /net
parent75df9b5c30968a41ed80b41b63bb6844a4c47e4a (diff)
downloadfreebsd-ports-gnome-2ff771f7f84bdafc34bb13b5311e5f83de77f5b3.tar.gz
freebsd-ports-gnome-2ff771f7f84bdafc34bb13b5311e5f83de77f5b3.tar.zst
freebsd-ports-gnome-2ff771f7f84bdafc34bb13b5311e5f83de77f5b3.zip
Advertize the new configurable WITH_GNUTLS option.
Diffstat (limited to 'net')
-rw-r--r--net/loudmouth/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
index 54f382875b98..74c12a86e0ab 100644
--- a/net/loudmouth/Makefile
+++ b/net/loudmouth/Makefile
@@ -35,4 +35,10 @@ LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --without-ssl
.endif
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Loudmouth has the following tunable option(s):"
+ @${ECHO_MSG} " WITH_GNUTLS Enable SSL (via GnuTLS) support"
+ @${ECHO_MSG} ""
+
.include <bsd.port.post.mk>