diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:27:54 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-01-01 17:27:54 +0000 |
commit | 0467bf077e4e2f95bac208f319ba276a750791c3 (patch) | |
tree | b0bc5e37701fd7cce4f0f7cadce1e47e3f458a10 /dns/powerdns-recursor/Makefile | |
parent | 3931e3bee8c646ad932c05002b4dedbf76c5e629 (diff) |
Notes
Diffstat (limited to 'dns/powerdns-recursor/Makefile')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 874d51ea9f1d..3c5e17848baa 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -51,7 +51,7 @@ SETUID_VARS= GROUPS=pdns \ .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl111 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl CONFIGURE_ARGS+= --enable-libdecaf \ --enable-libsodium LIB_DEPENDS+= libdecaf.so:security/libdecaf \ |