The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
Boris Samorodov 2013-09-05 21:04:50 +00:00
parent c8427481a0
commit 8408abc5a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326448

View file

@ -199,7 +199,7 @@ CONFIGURE_ARGS+= --disable-libjpeg
.if ${PORT_OPTIONS:MICONV}
USES+= iconv
CONFIGURE_ARGS+= --with-iconv-prefix=${LOCALBASE} --enable-iconv
CONFIGURE_ARGS+= --enable-iconv ${ICONV_CONFIGURE_ARG}
.else
CONFIGURE_ARGS+= --disable-iconv
.endif