diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-14 02:59:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-14 02:59:52 +0000 |
commit | 5f091f6edde3f77e1f902b5dad31eeacc8d40e8d (patch) | |
tree | cfd456677a3f3698a27acca51460129659d532c1 /net/loudmouth | |
parent | d527a6677a6f12fcbe47be7d758e6332f3b2674a (diff) | |
download | ports-5f091f6edde3f77e1f902b5dad31eeacc8d40e8d.tar.gz ports-5f091f6edde3f77e1f902b5dad31eeacc8d40e8d.zip |
Notes
Diffstat (limited to 'net/loudmouth')
-rw-r--r-- | net/loudmouth/Makefile | 6 |
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> |