diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 10:01:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 10:01:09 +0000 |
commit | 04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39 (patch) | |
tree | 78417e9166c5257afcc507a7fb6f1fcc85a5991d /dns/ldns | |
parent | 022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa (diff) | |
download | freebsd-ports-04d330d94fd9a0e26faa0dfc5fef42f3e36a6e39.zip |
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index b92fc329808b..d1b487865b83 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -80,7 +80,7 @@ INSTALL_TARGET+=install-manpages .if ${PORT_OPTIONS:MGOST} . if ${OSVERSION} < 1000015 -BUILD_DEPENDS+= openssl>=1.0:security/openssl +WITH_OPENSSL_PORT= yes CONFLICTS+= libressl-* . endif .else |