Date: Tue, 26 Feb 2019 09:44:11 +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: r493959 - head/Mk Message-ID: <201902260944.x1Q9iBL4009295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Feb 26 09:44:11 2019 New Revision: 493959 URL: https://svnweb.freebsd.org/changeset/ports/493959 Log: Fix typo Modified: head/Mk/bsd.wx.mk Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Tue Feb 26 09:43:48 2019 (r493958) +++ head/Mk/bsd.wx.mk Tue Feb 26 09:44:11 2019 (r493959) @@ -144,7 +144,7 @@ _WX_FILE_python_3.0= ${PYTHON_SITELIBDIR}/wx-3.0-gtk3/ # wxgtk 3.1 _WX_PORT_wx_3.1= x11-toolkits/wxgtk31 -_WX_LIB_wx_3.0= wx_baseu-3.1 +_WX_LIB_wx_3.1= 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?201902260944.x1Q9iBL4009295>