From 93fd8ef86f9762dd7ce3e88c2631bb50ef2b5344 Mon Sep 17 00:00:00 2001 From: scheidell Date: Wed, 11 Jan 2012 14:59:06 +0000 Subject: - Need to include bsd.port.options.mk to make OPTIONS work [1] PR: ports/163734 [1] Submitted by: Matthew Seaman [1] Approved by: Jaap Akkerhuis (maintainer), gabor (mentor, implicit) --- dns/ldns/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dns/ldns/Makefile') 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 + .if defined(WITH_PYLDNS) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -- cgit