diff options
author | nox <nox@FreeBSD.org> | 2010-08-16 03:39:34 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-08-16 03:39:34 +0800 |
commit | bb215aef328da9be3217bd56cd0dd1dee3081c09 (patch) | |
tree | 30b7563c051cfc80afdf72bdb74ee162d191d7bf /Mk/bsd.wx.mk | |
parent | 99d151a85b4b82eba9a70d821b40e4e138044bcc (diff) | |
download | freebsd-ports-gnome-bb215aef328da9be3217bd56cd0dd1dee3081c09.tar.gz freebsd-ports-gnome-bb215aef328da9be3217bd56cd0dd1dee3081c09.tar.zst freebsd-ports-gnome-bb215aef328da9be3217bd56cd0dd1dee3081c09.zip |
- Update graphics/wxsvg to 1.0.5 and wx 2.8 which thus needs an Mk/bsd.wx.mk
change.
- Update multimedia/dvdstyler to 1.8.1 which seems to be the only port in
the tree using wxsvg.
Approved by: kwm (for -multimedia), portmgr (pav, for Mk/bsd.wx.mk)
Diffstat (limited to 'Mk/bsd.wx.mk')
-rw-r--r-- | Mk/bsd.wx.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index d2f9ba6364f3..21219ed49f28 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -164,9 +164,6 @@ _WX_LIB_contrib_2.6= wx_gtk2${_WX_UC}_animate-2.6 _WX_PORT_python_2.6= x11-toolkits/py-wxPython26${_WX_UCL} _WX_FILE_python_2.6= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2${_WX_PYSUFX}/wx/__init__.py -_WX_PORT_svg_2.6= graphics/wxsvg -_WX_LIB_svg_2.6= wxsvg - # wxgtk 2.8 _WX_PORT_wx_2.8= x11-toolkits/wxgtk28${_WX_UCL} _WX_LIB_wx_2.8= wx_base${_WX_UC}-2.8 @@ -177,6 +174,9 @@ _WX_LIB_contrib_2.8= wx_gtk2${_WX_UC}_fl-2.8 _WX_PORT_python_2.8= x11-toolkits/py-wxPython28${_WX_UCL} _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.py +_WX_PORT_svg_2.8= graphics/wxsvg +_WX_LIB_svg_2.8= wxsvg + # 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". |