aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-07 22:09:49 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-07 22:09:49 +0000
commit3c7806fe486f1a362a8ee0ac8d2332a2c820be77 (patch)
tree766508fa4451fe0998a291045dea81e057c6e3ce
parentf357cdff956b3b54eb690b30a0a869f3fcf139fe (diff)
downloadports-3c7806fe486f1a362a8ee0ac8d2332a2c820be77.tar.gz
ports-3c7806fe486f1a362a8ee0ac8d2332a2c820be77.zip
. add iconv to USES;
. switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries. Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326698
-rw-r--r--japanese/eb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile
index 007ece5c7c78..8ab7ae0ac62b 100644
--- a/japanese/eb/Makefile
+++ b/japanese/eb/Makefile
@@ -78,12 +78,12 @@ APPENDIXDIR= ${DATADIR}/appendix
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
+USES+= gettext iconv
CONFIGURE_ARGS+= --enable-nls \
--with-gettext-includes=${LOCALBASE}/include \
--with-gettext-libraries=${LOCALBASE}/lib \
- --with-iconv-includes=${LOCALBASE}/include \
- --with-iconv-libraries=${LOCALBASE}/lib
+ --with-iconv-includes=${ICONV_PREFIX}/include \
+ --with-iconv-libraries=${ICONV_PREFIX}/lib
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls