diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-08-08 10:17:03 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-08-08 10:17:03 +0000 |
commit | e268b057c9f9372cf5bb55b0ca9ffce88a11e8a0 (patch) | |
tree | 7e8f48a4ed0a633cf011a21add3052b999ca96f6 /math/gambit/Makefile | |
parent | d8e1f0ffc8918a1e3947fb8be62c5ce04c55f6a9 (diff) | |
download | ports-e268b057c9f9372cf5bb55b0ca9ffce88a11e8a0.tar.gz ports-e268b057c9f9372cf5bb55b0ca9ffce88a11e8a0.zip |
- Update to 13.0.2
- Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG)
Notes
Notes:
svn path=/head/; revision=324386
Diffstat (limited to 'math/gambit/Makefile')
-rw-r--r-- | math/gambit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 65b3eb7bc61c..bace5cb1d77e 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gambit -PORTVERSION= 13.0.1 +PORTVERSION= 13.0.2 CATEGORIES= math MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/ @@ -12,7 +12,7 @@ COMMENT= A library of tools for doing computation in game theory LICENSE= GPLv2 USE_GNOME= gtk20 -USE_WX= 2.8+ +USE_WX= 2.8 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} |