Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 15:48:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383811 - in head: japanese/libskk textproc/ibus x11-wm/plank
Message-ID:  <201504111548.t3BFmYxr081564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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