svn commit: r334320 - head/games/awele

Pietro Cerutti gahr at FreeBSD.org
Tue Nov 19 14:20:28 UTC 2013


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


More information about the svn-ports-all mailing list