Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 12:51:20 +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: r493854 - head/Mk
Message-ID:  <201902251251.x1PCpKF9038651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Feb 25 12:51:20 2019
New Revision: 493854
URL: https://svnweb.freebsd.org/changeset/ports/493854

Log:
  Hook wxgtk31 to the build to the framework

Modified:
  head/Mk/bsd.wx.mk

Modified: head/Mk/bsd.wx.mk
==============================================================================
--- head/Mk/bsd.wx.mk	Mon Feb 25 12:47:20 2019	(r493853)
+++ head/Mk/bsd.wx.mk	Mon Feb 25 12:51:20 2019	(r493854)
@@ -111,9 +111,9 @@ _WX_Definitions_Done=	yes
 
 _WX_COMPS_ALL=		wx contrib python
 _WX_DEP_TYPES_ALL=	build lib run
-_WX_VERS_ALL=		2.8 3.0
-_WX_VERS_UC_ALL=	2.8 3.0
-_WX_VERS_SKIP=		3.0
+_WX_VERS_ALL=		2.8 3.0 3.1
+_WX_VERS_UC_ALL=	2.8 3.0 3.1
+_WX_VERS_SKIP=		3.0 3.1
 _WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251251.x1PCpKF9038651>