svn commit: r344856 - head/games/klondike

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 18 10:18:06 UTC 2014


Author: gahr
Date: Tue Feb 18 10:18:05 2014
New Revision: 344856
URL: http://svnweb.freebsd.org/changeset/ports/344856
QAT: https://qat.redports.org/buildarchive/r344856/

Log:
  - Convert to USES=tk

Modified:
  head/games/klondike/Makefile

Modified: head/games/klondike/Makefile
==============================================================================
--- head/games/klondike/Makefile	Tue Feb 18 10:15:44 2014	(r344855)
+++ head/games/klondike/Makefile	Tue Feb 18 10:18:05 2014	(r344856)
@@ -10,9 +10,9 @@ MASTER_SITES=	http://www.isi.edu/~johnh/
 MAINTAINER=	faber at isi.edu
 COMMENT=	A solitaire game for X11
 
+USES=		tk:run
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
-USE_TK_RUN=	yes
 MAN6=		klondike.6
 
 NO_STAGE=	yes


More information about the svn-ports-all mailing list