diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-05 20:18:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-05 20:18:30 +0000 |
commit | 54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be (patch) | |
tree | 3b1d1321b78dcf4a659d95ca332649d8253316c1 /dns/idnkit | |
parent | 454b9ce076de33c963302ac6c86affcddce681dd (diff) | |
download | ports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.tar.gz ports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.zip |
. 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)
Notes
Notes:
svn path=/head/; revision=326444
Diffstat (limited to 'dns/idnkit')
-rw-r--r-- | dns/idnkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |