1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- 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)
This commit is contained in:
Michael Scheidell 2012-01-11 14:59:06 +00:00
parent 29e059cd77
commit 1ab5239b25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288957

View File

@ -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"