svn commit: r493956 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 26 09:33:26 UTC 2019


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".
 


More information about the svn-ports-head mailing list