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

(-)./Makefile (-5 / +1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ldns
8
PORTNAME=	ldns
9
PORTVERSION=	1.6.13
9
PORTVERSION=	1.6.13
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 25-31 Link Here
25
		EXAMPLES "With example programs" On \
26
		EXAMPLES "With example programs" On \
26
		DRILL "With drill program" On \
27
		DRILL "With drill program" On \
27
		GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
28
		GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
28
		ECDSA "Without ECDSA support" Off \
29
		PYLDNS "Build python bindings" Off
29
		PYLDNS "Build python bindings" Off
30
30
31
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
Lines 261-270 Link Here
261
PLIST_SUB+=	EXAMPLES="@comment "
261
PLIST_SUB+=	EXAMPLES="@comment "
262
.endif
262
.endif
263
263
264
.if defined(WITHOUT_ECDSA)
265
CONFIGURE_ARGS+=--disable-ecdsa
266
.endif
267
268
.if defined(WITH_PYLDNS)
264
.if defined(WITH_PYLDNS)
269
CONFIGURE_ARGS+=--with-pyldns
265
CONFIGURE_ARGS+=--with-pyldns
270
BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
266
BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13

Return to bug 168394