1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Disable ECDSA support

PR:		168394
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2012-05-28 04:51:14 +00:00
parent fd961bb24d
commit 884d68e374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297570

View File

@ -7,6 +7,7 @@
PORTNAME= ldns
PORTVERSION= 1.6.13
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
CRITICAL
@ -25,7 +26,6 @@ OPTIONS= DOCS "With documentation" Off \
EXAMPLES "With example programs" On \
DRILL "With drill program" On \
GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
ECDSA "Without ECDSA support" Off \
PYLDNS "Build python bindings" Off
.include <bsd.port.options.mk>
@ -261,10 +261,6 @@ MAN1+= ldns-chaos.1 ldns-compare-zones.1 ldns-dpa.1 \
PLIST_SUB+= EXAMPLES="@comment "
.endif
.if defined(WITHOUT_ECDSA)
CONFIGURE_ARGS+=--disable-ecdsa
.endif
.if defined(WITH_PYLDNS)
CONFIGURE_ARGS+=--with-pyldns
BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13