summaryrefslogtreecommitdiff
path: root/dns/ldns
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/ldns
parentUpdate to 0.6. (diff)
- Need to include bsd.port.options.mk to make OPTIONS work [1]
PR: ports/163734 [1] Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [1] Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer), gabor (mentor, implicit)
Notes
Notes: svn path=/head/; revision=288957
Diffstat (limited to 'dns/ldns')
-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"