diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/loudmouth/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 54f382875b98..74c12a86e0ab 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/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> |