svn commit: r328266 - head/devel/ace

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 25 10:50:43 UTC 2013


Author: gahr
Date: Wed Sep 25 10:50:43 2013
New Revision: 328266
URL: http://svnweb.freebsd.org/changeset/ports/328266

Log:
  - Fix typo

Modified:
  head/devel/ace/Makefile

Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile	Wed Sep 25 10:50:13 2013	(r328265)
+++ head/devel/ace/Makefile	Wed Sep 25 10:50:43 2013	(r328266)
@@ -67,7 +67,7 @@ PLIST_SUB+=	FLTK="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTK}
-USES+=		TK
+USES+=		tk
 MAKE_ENV+=	tk=1
 PLIST_SUB+=	TK=""
 .else


More information about the svn-ports-all mailing list