diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 22:45:30 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 22:45:30 +0800 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /security/botan110 | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |