diff options
author | mat <mat@FreeBSD.org> | 2016-07-04 18:01:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-04 18:01:09 +0800 |
commit | 772686f6f0d213c88ef6053b31df55fefcde45d6 (patch) | |
tree | 78417e9166c5257afcc507a7fb6f1fcc85a5991d /dns | |
parent | d86001faa8e6e543a77573b339e895636a2ede9d (diff) | |
download | freebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.gz freebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.zst freebsd-ports-graphics-772686f6f0d213c88ef6053b31df55fefcde45d6.zip |
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-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 b92fc329808..d1b487865b8 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 |