summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-14 02:59:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-14 02:59:52 +0000
commit5f091f6edde3f77e1f902b5dad31eeacc8d40e8d (patch)
treecfd456677a3f3698a27acca51460129659d532c1 /net
parent* Update to 0.11 (diff)
Advertize the new configurable WITH_GNUTLS option.
Notes
Notes: svn path=/head/; revision=84844
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>