diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /irc/charybdis | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'irc/charybdis')
-rw-r--r-- | irc/charybdis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 25327775fd02..94768069429f 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -2,7 +2,7 @@ PORTNAME= charybdis PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc net MASTER_SITES= http://www.stack.nl/~jilles/irc/ \ http://www.bayofrum.net/dist/${PORTNAME}/ @@ -27,6 +27,7 @@ PORTDOCS= charybdis-oper-guide.pdf USE_AUTOTOOLS= autoconf USES= libtool pathfix +USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes USERS= ircd |