Date: Tue, 8 Apr 2014 12:34:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350605 - head/math/gambit Message-ID: <201404081234.s38CYbw6003531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 8 12:34:36 2014 New Revision: 350605 URL: http://svnweb.freebsd.org/changeset/ports/350605 QAT: https://qat.redports.org/buildarchive/r350605/ Log: Switch to version 3.0 of wxGTK Modified: head/math/gambit/Makefile Modified: head/math/gambit/Makefile ============================================================================== --- head/math/gambit/Makefile Tue Apr 8 12:29:06 2014 (r350604) +++ head/math/gambit/Makefile Tue Apr 8 12:34:36 2014 (r350605) @@ -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 co 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404081234.s38CYbw6003531>