Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 16:57:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385290 - head/textproc/ibus
Message-ID:  <201505031657.t43GvYEC087307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun May  3 16:57:33 2015
New Revision: 385290
URL: https://svnweb.freebsd.org/changeset/ports/385290

Log:
  textproc/ibus: restore --disable-nls after r360404 switched to --without-nls
  
  PR:		199016
  Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)

Modified:
  head/textproc/ibus/Makefile   (contents, props changed)

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sun May  3 16:53:50 2015	(r385289)
+++ head/textproc/ibus/Makefile	Sun May  3 16:57:33 2015	(r385290)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ibus
 PORTVERSION=	1.5.9
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \
 		http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -54,7 +55,7 @@ ISOCODES_CONFIGURE_OFF=	--disable-iso-co
 
 NLS_USES=		gettext
 NLS_USES_OFF=		gettext-tools
-NLS_CONFIGURE_WITH=	nls
+NLS_CONFIGURE_ENABLE=	nls
 
 GTK2_USE=		GNOME=gtk20
 GTK2_CONFIGURE_ENABLE=	gtk2



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