svn commit: r383811 - in head: japanese/libskk textproc/ibus x11-wm/plank

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 15:48:35 UTC 2015


Author: mat
Date: Sat Apr 11 15:48:33 2015
New Revision: 383811
URL: https://svnweb.freebsd.org/changeset/ports/383811

Log:
  Fix build WITHOUT=NLS.
  
  Sponsored by:	Absolight

Modified:
  head/japanese/libskk/Makefile
  head/textproc/ibus/Makefile
  head/x11-wm/plank/Makefile

Modified: head/japanese/libskk/Makefile
==============================================================================
--- head/japanese/libskk/Makefile	Sat Apr 11 15:41:22 2015	(r383810)
+++ head/japanese/libskk/Makefile	Sat Apr 11 15:48:33 2015	(r383811)
@@ -33,6 +33,7 @@ OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sat Apr 11 15:41:22 2015	(r383810)
+++ head/textproc/ibus/Makefile	Sat Apr 11 15:48:33 2015	(r383811)
@@ -53,6 +53,7 @@ ISOCODES_RUN_DEPENDS=	${LOCALBASE}/share
 ISOCODES_CONFIGURE_OFF=	--disable-iso-codes-check
 
 NLS_USES=		gettext
+NLS_USES_OFF=		gettext-tools
 NLS_CONFIGURE_WITH=	nls
 
 GTK2_USE=		GNOME=gtk20

Modified: head/x11-wm/plank/Makefile
==============================================================================
--- head/x11-wm/plank/Makefile	Sat Apr 11 15:41:22 2015	(r383810)
+++ head/x11-wm/plank/Makefile	Sat Apr 11 15:48:33 2015	(r383811)
@@ -36,6 +36,7 @@ CONFIGURE_ARGS=	--enable-gee-0.8 \
 	--disable-apport
 
 NLS_USES=		gettext
+NLS_USES_OFF=		gettext-tools
 NLS_CONFIGURE_ENABLE=	nls
 
 DBUSMENU_LIB_DEPENDS=		libdbusmenu-gtk3.so:${PORTSDIR}/devel/libdbusmenu


More information about the svn-ports-all mailing list