diff options
author | mat <mat@FreeBSD.org> | 2017-03-15 22:45:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-15 22:45:54 +0800 |
commit | 1e9ec5214382baea71d298bf5ccc06fe0c725caf (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /irc/anope | |
parent | 6995bd7d8fbe7cdb0e5fc7a2f82217a473513738 (diff) | |
download | freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.tar.gz freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.tar.zst freebsd-ports-gnome-1e9ec5214382baea71d298bf5ccc06fe0c725caf.zip |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index dcfc918b73d0..df16f81c2cba 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -56,7 +56,7 @@ PLIST_SUB+= MYSQL="@comment " .if ${PORT_OPTIONS:MOPENSSL} PLIST_SUB+= OPENSSL="" -OPENSSL_USE= openssl=yes +USES+= ssl .else PLIST_SUB+= OPENSSL="@comment " .endif |