summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2013-09-05 14:37:34 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2013-09-05 14:37:34 +0000
commitb069c27f7465516efff3de2914fd582240e1c065 (patch)
tree58f78fcce6beee24314dd6980964b7fb4ed416b8 /dns/ldns
parentwww/py-flexget: update to 1.1.105 (diff)
- Do not depend on security/openssl if openssl in base is sufficient.
PR: ports/178262 Submitted by: Jan Beich <jbeich@tormail.org> Reviewed by: ldns' port maintainer
Notes
Notes: svn path=/head/; revision=326404
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 3d6a587ee101..a8ffaea2619f 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ldns
PORTVERSION= 1.6.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@@ -268,7 +268,9 @@ PLIST_SUB+= EXAMPLES="@comment "
.endif # BUILD_PYLDNS
.if ${PORT_OPTIONS:MGOST}
+. if ${OSVERSION} < 1000015
BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl
+. endif
.else
NO_GOST= --disable-gost
CONFIGURE_ARGS+=${NO_GOST}