summaryrefslogtreecommitdiffstats
path: root/dns/idnkit
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-12-17 15:32:28 +0000
committerknu <knu@FreeBSD.org>2003-12-17 15:32:28 +0000
commit6affef17c0f4124f4eae83baceab37a6925b7bf8 (patch)
treead88325e361dc43654436e374084267657565f4a /dns/idnkit
parent268788b70d2fb79a9cd11df0547432b925559cb0 (diff)
downloadFreeBSD-ports-6affef17c0f4124f4eae83baceab37a6925b7bf8.zip
FreeBSD-ports-6affef17c0f4124f4eae83baceab37a6925b7bf8.tar.gz
Add --enable-extra-ace to CONFIGURE_ARGS, which option is required by
VeriSign's IDN Testbed. Submitted by: nectar
Diffstat (limited to 'dns/idnkit')
-rw-r--r--dns/idnkit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile
index ad86f3a..c277ccf 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
OpenPOWER on IntegriCloud