aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-01-11 14:59:06 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-01-11 14:59:06 +0000
commit1ab5239b25677c774d2c07d3c366e6022fb1f79e (patch)
tree86552cdd7a90e94e354015b0ad8cd464001ad0ed /dns
parent29e059cd7788de65d279f932f486a6e76348eae9 (diff)
downloadports-1ab5239b25677c774d2c07d3c366e6022fb1f79e.tar.gz
ports-1ab5239b25677c774d2c07d3c366e6022fb1f79e.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/ldns/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index c279312f399c..300bf18687bb 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ldns
PORTVERSION= 1.6.11
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@@ -28,6 +29,8 @@ OPTIONS= DOCS "With documentation" Off \
ECDSA "With highly experimental ECDSA support" Off \
PYLDNS "Build python bindings" Off
+.include <bsd.port.options.mk>
+
.if defined(WITH_PYLDNS)
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"