diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-14 02:59:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-14 02:59:52 +0000 |
commit | 2ff771f7f84bdafc34bb13b5311e5f83de77f5b3 (patch) | |
tree | 86affe7a5427fa9f4d1e5aab036a350f526737a3 /net-im | |
parent | 75df9b5c30968a41ed80b41b63bb6844a4c47e4a (diff) | |
download | FreeBSD-ports-2ff771f7f84bdafc34bb13b5311e5f83de77f5b3.zip FreeBSD-ports-2ff771f7f84bdafc34bb13b5311e5f83de77f5b3.tar.gz |
Advertize the new configurable WITH_GNUTLS option.
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 54f3828..74c12a8 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> |