Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 19:10:05 +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: r305008 - head/textproc/aspell
Message-ID:  <201209281910.q8SJA5nm091913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 28 19:10:04 2012
New Revision: 305008
URL: http://svn.freebsd.org/changeset/ports/305008

Log:
  Do not depend on gettext if NLS is off
  
  PR:		ports/172149
  Submitted by:	Gennady Proskurin <gpr@mail.ru>

Modified:
  head/textproc/aspell/Makefile

Modified: head/textproc/aspell/Makefile
==============================================================================
--- head/textproc/aspell/Makefile	Fri Sep 28 18:45:58 2012	(r305007)
+++ head/textproc/aspell/Makefile	Fri Sep 28 19:10:04 2012	(r305008)
@@ -39,7 +39,6 @@ SUB_LIST=		VERINST=${VERINST}
 USE_GETTEXT=		yes
 PLIST_SUB+=		NLS=""
 .else
-USE_GETTEXT=	yes
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=		NLS="@comment "
 .endif



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