Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 20:12:32 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321319 - head/games/gnomechess
Message-ID:  <201306192012.r5JKCW46058304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Wed Jun 19 20:12:32 2013
New Revision: 321319
URL: http://svnweb.freebsd.org/changeset/ports/321319

Log:
  Deprecate USE_GETTEXT for USES and make it optional (depending on NLS setting)
  
  Submitted by:	jgh

Modified:
  head/games/gnomechess/Makefile

Modified: head/games/gnomechess/Makefile
==============================================================================
--- head/games/gnomechess/Makefile	Wed Jun 19 20:09:26 2013	(r321318)
+++ head/games/gnomechess/Makefile	Wed Jun 19 20:12:32 2013	(r321319)
@@ -21,7 +21,6 @@ USES=		pathfix pkgconfig desktop-file-ut
 USE_GL=		gl glu
 USE_GNOME=	gtk30 librsvg2
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_XZ=		yes
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
@@ -36,6 +35,7 @@ MAN6=		gnome-chess.6
 
 .if ${PORT_OPTIONS:MNLS}
 PLIST_SUB+=	NLS=""
+USES+=		gettext
 .else
 PLIST_SUB+=	NLS="@comment "
 .endif



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