svn commit: r328264 - head/devel/ace
Pietro Cerutti
gahr at FreeBSD.org
Wed Sep 25 10:44:45 UTC 2013
Author: gahr
Date: Wed Sep 25 10:44:44 2013
New Revision: 328264
URL: http://svnweb.freebsd.org/changeset/ports/328264
Log:
- Convert to USES+=tk
Modified:
head/devel/ace/Makefile
Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile Wed Sep 25 10:31:36 2013 (r328263)
+++ head/devel/ace/Makefile Wed Sep 25 10:44:44 2013 (r328264)
@@ -67,8 +67,7 @@ PLIST_SUB+= FLTK="@comment "
.endif
.if ${PORT_OPTIONS:MTK}
-USE_TK_BUILD= yes
-USE_TK= yes
+USES+= TK
MAKE_ENV+= tk=1
PLIST_SUB+= TK=""
.else
More information about the svn-ports-all
mailing list