diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-28 12:51:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-28 12:51:14 +0800 |
commit | 465466a72797594f0b6b74a0a8b8fffa840b97f9 (patch) | |
tree | 276708008afcdfb27847da8593a3b14f41c3a115 /dns/ldns | |
parent | fda1675297d1267873b554bf2e8a2f87718e86f7 (diff) | |
download | freebsd-ports-gnome-465466a72797594f0b6b74a0a8b8fffa840b97f9.tar.gz freebsd-ports-gnome-465466a72797594f0b6b74a0a8b8fffa840b97f9.tar.zst freebsd-ports-gnome-465466a72797594f0b6b74a0a8b8fffa840b97f9.zip |
- Disable ECDSA support
PR: 168394
Submitted by: maintainer
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 0d5be8263e63..dd2f99f067ed 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -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 |