svn commit: r305008 - head/textproc/aspell

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 28 19:10:05 UTC 2012


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



More information about the svn-ports-all mailing list