aboutsummaryrefslogtreecommitdiffstats
path: root/security/botan110
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 22:45:30 +0800
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 22:45:30 +0800
commita28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch)
treebaf6ab0b133f634d778359bdbf4c920166db5b76 /security/botan110
parentc285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff)
downloadfreebsd-ports-gnome-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz
freebsd-ports-gnome-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.zst
freebsd-ports-gnome-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'security/botan110')
-rw-r--r--security/botan110/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile
index 050d31529a23..e15762fe7bfe 100644
--- a/security/botan110/Makefile
+++ b/security/botan110/Makefile
@@ -36,7 +36,7 @@ BROKEN_aarch64= Fails to configure: unknown or unidentifiable processor arm64
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL= yes
+USES+= ssl
CONFIGURE_ARGS+=--with-openssl
.endif