svn commit: r321319 - head/games/gnomechess

Johan van Selst johans at FreeBSD.org
Wed Jun 19 20:12:32 UTC 2013


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


More information about the svn-ports-all mailing list