Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 07:25:51 +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: r383700 - head/games/gomoku
Message-ID:  <201504100725.t3A7PpOt024881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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