svn commit: r383700 - head/games/gomoku

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 10 07:25:51 UTC 2015


Author: bapt
Date: Fri Apr 10 07:25:50 2015
New Revision: 383700
URL: https://svnweb.freebsd.org/changeset/ports/383700

Log:
  Convert to USES=gnustep

Modified:
  head/games/gomoku/Makefile

Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile	Fri Apr 10 07:25:08 2015	(r383699)
+++ head/games/gomoku/Makefile	Fri Apr 10 07:25:50 2015	(r383700)
@@ -13,10 +13,8 @@ COMMENT=	GNUstep Gomoku game
 
 LICENSE=	GPLv2 # or later
 
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
+USES=		gnustep
+USE_GNUSTEP=	back build
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku


More information about the svn-ports-head mailing list