diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
commit | c663eb84d61d805cf3d884912748c728228e1be5 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11-toolkits/py-wax/Makefile | |
parent | 0ff86cb0331839636945efdd21785d508ca99408 (diff) | |
download | freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.gz freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.zst freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.zip |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-toolkits/py-wax/Makefile')
-rw-r--r-- | x11-toolkits/py-wax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 374d1faabc9e..ecf116831d92 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -12,7 +12,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= User-friendly layer on top of wxPython NO_BUILD= yes -USE_PYTHON= yes +USES= python USE_WX= 2.8 WX_UNICODE= yes WX_COMPS= python:run |