svn commit: r493882 - head/Mk

Christoph Moench-Tegeder cmt at FreeBSD.org
Mon Feb 25 16:40:42 UTC 2019


Author: cmt
Date: Mon Feb 25 16:40:41 2019
New Revision: 493882
URL: https://svnweb.freebsd.org/changeset/ports/493882

Log:
  update wxPython canary file location
  
  ports r493853 switched wxGTK3.0 to GTK3, but missed the location of the
  file used for depending on wxPython.
  
  Approved by:	fixit portmgr blanket

Modified:
  head/Mk/bsd.wx.mk

Modified: head/Mk/bsd.wx.mk
==============================================================================
--- head/Mk/bsd.wx.mk	Mon Feb 25 16:26:58 2019	(r493881)
+++ head/Mk/bsd.wx.mk	Mon Feb 25 16:40:41 2019	(r493882)
@@ -140,7 +140,7 @@ _WX_PORT_wx_3.0=	x11-toolkits/wxgtk30
 _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-gtk2/wx/__init__.py
+_WX_FILE_python_3.0=	${PYTHON_SITELIBDIR}/wx-3.0-gtk3/wx/__init__.py
 
 # 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-all mailing list