From 54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Thu, 5 Sep 2013 20:18:30 +0000 Subject: . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) --- dns/idnkit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/idnkit') diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile index eb63b3346b32..ce39ae91466a 100644 --- a/dns/idnkit/Makefile +++ b/dns/idnkit/Makefile @@ -18,7 +18,7 @@ COMMENT= A library to handle internationalized domain names USE_AUTOTOOLS= libtool USES= iconv GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \ --enable-runidn \ --enable-extra-ace -- cgit v1.2.3