diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-30 01:54:39 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-30 01:54:39 +0800 |
commit | 5b12368729dd4e75b4e6b9264178e6e4b10cc1e0 (patch) | |
tree | 75358ed36fe38220518d02a368d1a1bd2b1f5bf0 /x11-toolkits/Makefile | |
parent | 79519c9dabf500dacc6c39e524698b579b26bd86 (diff) | |
download | freebsd-ports-gnome-5b12368729dd4e75b4e6b9264178e6e4b10cc1e0.tar.gz freebsd-ports-gnome-5b12368729dd4e75b4e6b9264178e6e4b10cc1e0.tar.zst freebsd-ports-gnome-5b12368729dd4e75b4e6b9264178e6e4b10cc1e0.zip |
- Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
2.8, which was previously restricted for these ports because of the lack of
the "python" component for version 2.6 [1].
PR: ports/115349, ports/115350, ports/115351
Submitted by: Neal Nelson <neal@nelson.name>
Reworked by: alepulver (myself) [1]
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index ae76bd5b471a..5e283954b0dc 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -209,6 +209,9 @@ SUBDIR += py-wxPython26 SUBDIR += py-wxPython26-common SUBDIR += py-wxPython26-unicode + SUBDIR += py-wxPython28 + SUBDIR += py-wxPython28-common + SUBDIR += py-wxPython28-unicode SUBDIR += py-xlib SUBDIR += qscintilla SUBDIR += qt33 |