View | Details | Raw Unified | Return to bug 163734
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ldns
8
PORTNAME=	ldns
9
PORTVERSION=	1.6.11
9
PORTVERSION=	1.6.11
10
PORTREVISION=	1
10
CATEGORIES=	dns
11
CATEGORIES=	dns
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
12
		CRITICAL
13
		CRITICAL
Lines 28-33 Link Here
28
		ECDSA "With highly experimental ECDSA support" Off \
29
		ECDSA "With highly experimental ECDSA support" Off \
29
		PYLDNS "Build python bindings" Off
30
		PYLDNS "Build python bindings" Off
30
31
32
.include <bsd.port.options.mk>
33
31
.if defined(WITH_PYLDNS)
34
.if defined(WITH_PYLDNS)
32
USE_PYTHON=	yes
35
USE_PYTHON=	yes
33
.include "${PORTSDIR}/Mk/bsd.python.mk"
36
.include "${PORTSDIR}/Mk/bsd.python.mk"

Return to bug 163734