svn commit: r326698 - head/japanese/eb

Boris Samorodov bsam at FreeBSD.org
Sat Sep 7 22:09:50 UTC 2013


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


More information about the svn-ports-all mailing list