svn commit: r318887 - head/science/cgnslib

Thierry Thomas thierry at FreeBSD.org
Thu May 23 17:39:19 UTC 2013


Author: thierry
Date: Thu May 23 17:39:18 2013
New Revision: 318887
URL: http://svnweb.freebsd.org/changeset/ports/318887

Log:
  Force Tk85 to unbreak.
  
  Reported by:	stephen

Modified:
  head/science/cgnslib/Makefile

Modified: head/science/cgnslib/Makefile
==============================================================================
--- head/science/cgnslib/Makefile	Thu May 23 16:45:07 2013	(r318886)
+++ head/science/cgnslib/Makefile	Thu May 23 17:39:18 2013	(r318887)
@@ -49,7 +49,7 @@ TESTSBIN=	cgwrite cgread test_partial
 .endif
 
 .if ${PORT_OPTIONS:MTOOLS}
-USE_TK=		yes
+USE_TK=		85
 USE_GL=		gl glu
 USE_XORG=	xmu
 CMAKE_ARGS+=	-DBUILD_CGNSTOOLS:BOOL=TRUE			\


More information about the svn-ports-all mailing list