diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | c663eb84d61d805cf3d884912748c728228e1be5 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11-wm/plwm/Makefile | |
parent | 0ff86cb0331839636945efdd21785d508ca99408 (diff) | |
download | FreeBSD-ports-c663eb84d61d805cf3d884912748c728228e1be5.zip FreeBSD-ports-c663eb84d61d805cf3d884912748c728228e1be5.tar.gz |
- 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-wm/plwm/Makefile')
-rw-r--r-- | x11-wm/plwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/plwm/Makefile b/x11-wm/plwm/Makefile index a8022da..0a9573a 100644 --- a/x11-wm/plwm/Makefile +++ b/x11-wm/plwm/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:${PORTSDIR}/x11-toolkits/py-xlib NO_ARCH= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= * PORTEXAMPLES= * |