diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 12:34:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 12:34:36 +0000 |
commit | d5b7a39f833b2147b638ed40fff14df142e282fe (patch) | |
tree | 7b28becca058ccc37a36c9cf453cbcaa3cf8d043 /math/gambit | |
parent | 85e9d9a28a94d5adadb5cecb7c1ca7cd9b1ddecb (diff) | |
download | ports-d5b7a39f833b2147b638ed40fff14df142e282fe.tar.gz ports-d5b7a39f833b2147b638ed40fff14df142e282fe.zip |
Notes
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index f3c34ca8d933..7db5a25a6a5e 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -3,6 +3,7 @@ PORTNAME= gambit PORTVERSION= 13.1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/ @@ -12,7 +13,8 @@ COMMENT= A library of tools for doing computation in game theory LICENSE= GPLv2 USE_GNOME= gtk20 -USE_WX= 2.8 +USE_WX= 3.0 +WX_UNICODE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} |