diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-09-15 23:22:36 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-09-15 23:22:36 +0800 |
commit | 474213b4ebcb7f5b1d651939c71d8c511a231b71 (patch) | |
tree | 6a1385c84462f74a4af39d70109292b2fb82f26c /math/gambit/Makefile | |
parent | 997ff03ecb9c05dcb98e852158f4cfbc050ef9ca (diff) | |
download | freebsd-ports-gnome-474213b4ebcb7f5b1d651939c71d8c511a231b71.tar.gz freebsd-ports-gnome-474213b4ebcb7f5b1d651939c71d8c511a231b71.tar.zst freebsd-ports-gnome-474213b4ebcb7f5b1d651939c71d8c511a231b71.zip |
- Update to 0.2010.09.01
Diffstat (limited to 'math/gambit/Makefile')
-rw-r--r-- | math/gambit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 9a5cf968c176..27a4363c7c16 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gambit -PORTVERSION= 0.2007.12.04 -PORTREVISION= 4 +PORTVERSION= 0.2010.09.01 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -16,9 +15,11 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A library of tools for doing computation in game theory USE_GNOME= gnometarget gtk20 +WANT_UNICODE= yes USE_WX= 2.6+ USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} USE_LDCONFIG= yes CPPFLAGS= ${PTHREAD_CFLAGS} |