Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 22:09:49 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326698 - head/japanese/eb
Message-ID:  <201309072209.r87M9nML021116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sat Sep  7 22:09:49 2013
New Revision: 326698
URL: http://svnweb.freebsd.org/changeset/ports/326698

Log:
  . add iconv to USES;
  . switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries.
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/japanese/eb/Makefile

Modified: head/japanese/eb/Makefile
==============================================================================
--- head/japanese/eb/Makefile	Sat Sep  7 21:59:42 2013	(r326697)
+++ head/japanese/eb/Makefile	Sat Sep  7 22:09:49 2013	(r326698)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309072209.r87M9nML021116>