svn commit: r328008 - head/cad/astk-serveur
Pietro Cerutti
gahr at FreeBSD.org
Mon Sep 23 14:21:54 UTC 2013
Author: gahr
Date: Mon Sep 23 14:21:53 2013
New Revision: 328008
URL: http://svnweb.freebsd.org/changeset/ports/328008
Log:
- Convert to USES+=tk
Modified:
head/cad/astk-serveur/Makefile
Modified: head/cad/astk-serveur/Makefile
==============================================================================
--- head/cad/astk-serveur/Makefile Mon Sep 23 14:09:58 2013 (r328007)
+++ head/cad/astk-serveur/Makefile Mon Sep 23 14:21:53 2013 (r328008)
@@ -33,9 +33,9 @@ LICENSE= GPLv2
.if !defined(CLIENT_SEUL)
USE_PYTHON= yes
-USE_TK_BUILD= yes
+USES+= tk:build
.else
-USE_TK= yes
+USES+= tk
.endif
NO_BUILD= yes
REINPLACE_ARGS= -i ""
More information about the svn-ports-all
mailing list