aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldns
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2012-01-11 22:59:06 +0800
committerscheidell <scheidell@FreeBSD.org>2012-01-11 22:59:06 +0800
commit93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344 (patch)
tree58403a68ee669586be459462e5626e4061073934 /dns/ldns
parentb8980fe4c630a5a1b0cb0066c8d785ddc92bfba5 (diff)
downloadfreebsd-ports-gnome-93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344.tar.gz
freebsd-ports-gnome-93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344.tar.zst
freebsd-ports-gnome-93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344.zip
- 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)
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"