diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-01-11 22:59:06 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-01-11 22:59:06 +0800 |
commit | 93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344 (patch) | |
tree | 58403a68ee669586be459462e5626e4061073934 /dns/ldns | |
parent | b8980fe4c630a5a1b0cb0066c8d785ddc92bfba5 (diff) | |
download | freebsd-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/Makefile | 3 |
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" |