diff options
author | thierry <thierry@FreeBSD.org> | 2013-05-24 01:39:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-05-24 01:39:18 +0800 |
commit | 1c2f5f67d9339f4125269e23d3062eb363db4818 (patch) | |
tree | 7f7a699cbf264e4b57903281d99f1d2077ae6213 /science | |
parent | 9505c69d51b0a2f942d18e7713a0d0f55fc4b956 (diff) | |
download | freebsd-ports-gnome-1c2f5f67d9339f4125269e23d3062eb363db4818.tar.gz freebsd-ports-gnome-1c2f5f67d9339f4125269e23d3062eb363db4818.tar.zst freebsd-ports-gnome-1c2f5f67d9339f4125269e23d3062eb363db4818.zip |
Force Tk85 to unbreak.
Reported by: stephen
Diffstat (limited to 'science')
-rw-r--r-- | science/cgnslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 63a119c6b436..91e22b14e505 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -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 \ |