Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2013 14:20:27 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334320 - head/games/awele
Message-ID:  <201311191420.rAJEKRu6035203@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Nov 19 14:20:27 2013
New Revision: 334320
URL: http://svnweb.freebsd.org/changeset/ports/334320

Log:
  - Convert to USES=tk

Modified:
  head/games/awele/Makefile   (contents, props changed)

Modified: head/games/awele/Makefile
==============================================================================
--- head/games/awele/Makefile	Tue Nov 19 14:03:54 2013	(r334319)
+++ head/games/awele/Makefile	Tue Nov 19 14:20:27 2013	(r334320)
@@ -14,12 +14,8 @@ COMMENT=	African board game
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		imake
+USES=		imake tk
 USE_XORG=	x11
-USE_TCL_BUILD=	yes
-USE_TK_BUILD=	yes
-USE_TCL=	yes
-USE_TK=		yes
 
 MAN6=		xawele.6
 PLIST_FILES=	bin/awelewish bin/xawele



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