summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-12-17 15:32:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-12-17 15:32:28 +0000
commit72601112e1b02894e31b53ae7612a8db676b6391 (patch)
tree3d4d3de37a7f2b130c8f69251ce2f1c70102252d /dns
parent- 0.5.1 is no longer available from the master sites - thus, (diff)
Add --enable-extra-ace to CONFIGURE_ARGS, which option is required by
VeriSign's IDN Testbed. Submitted by: nectar
Notes
Notes: svn path=/head/; revision=96055
Diffstat (limited to 'dns')
-rw-r--r--dns/idnkit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile
index ad86f3ab6ffb..c277ccfc24f3 100644
--- a/dns/idnkit/Makefile
+++ b/dns/idnkit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= idnkit
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.nic.ad.jp/ja/idn/idnkit/download/sources/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -19,7 +20,8 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \
- --enable-runidn
+ --enable-runidn \
+ --enable-extra-ace
INSTALLS_SHLIB= yes