Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 09:33:25 +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: r493956 - head/Mk
Message-ID:  <201902260933.x1Q9XPcf003853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 26 09:33:24 2019
New Revision: 493956
URL: https://svnweb.freebsd.org/changeset/ports/493956

Log:
  Finish properly registring properly wxGTK 3.1 into the framework
  
  PR:		236045

Modified:
  head/Mk/bsd.wx.mk

Modified: head/Mk/bsd.wx.mk
==============================================================================
--- head/Mk/bsd.wx.mk	Tue Feb 26 09:05:30 2019	(r493955)
+++ head/Mk/bsd.wx.mk	Tue Feb 26 09:33:24 2019	(r493956)
@@ -142,6 +142,10 @@ _WX_LIB_wx_3.0=		wx_baseu-3.0
 _WX_PORT_python_3.0=	x11-toolkits/py-wxPython30
 _WX_FILE_python_3.0=	${PYTHON_SITELIBDIR}/wx-3.0-gtk3/wx/__init__.py
 
+# wxgtk 3.1
+_WX_PORT_wx_3.1=	x11-toolkits/wxgtk31
+_WX_LIB_wx_3.0=		wx_baseu-3.1
+
 # Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
 # Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
 



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