Date: Thu, 22 Dec 2022 12:01:17 GMT From: =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5dc345a603c - main - games/openyahtzee: use wx 3.2 Message-ID: <202212221201.2BMC1HnG065478@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5dc345a603c8b2b97a285d54779faeefbc9891e commit a5dc345a603c8b2b97a285d54779faeefbc9891e Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-26 05:16:05 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-12-22 12:00:51 +0000 games/openyahtzee: use wx 3.2 --- games/openyahtzee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index f19f51ae562f..f7f041c1c988 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs USES= compiler:c++11-lib localbase:ldflags tar:xz USE_CXXSTD= c++11 -USE_WX= 2.8 +USE_WX= 3.2 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212221201.2BMC1HnG065478>