Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 22:37:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323932 - head/editors/gummi
Message-ID:  <201307292237.r6TMbQ71062100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 29 22:37:26 2013
New Revision: 323932
URL: http://svnweb.freebsd.org/changeset/ports/323932

Log:
  Fix dependency on gettext

Modified:
  head/editors/gummi/Makefile

Modified: head/editors/gummi/Makefile
==============================================================================
--- head/editors/gummi/Makefile	Mon Jul 29 22:36:33 2013	(r323931)
+++ head/editors/gummi/Makefile	Mon Jul 29 22:37:26 2013	(r323932)
@@ -35,7 +35,7 @@ TEXCOUNT_DESC=	With texcount statistics
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB+=	NLS=""
 .else



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