svn commit: r385290 - head/textproc/ibus

Jan Beich jbeich at FreeBSD.org
Sun May 3 16:57:34 UTC 2015


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 at 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


More information about the svn-ports-all mailing list