diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 02:09:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 02:09:41 +0800 |
commit | f52758f5c7661281ecc10b12394857fecde0ffe9 (patch) | |
tree | d1cd21a66acffb178a14475bd0cf5ae6aa61f29e /x11-toolkits/py-tktreectrl/Makefile | |
parent | 9956ff535de2801ced724e7645e801c855af7af5 (diff) | |
download | freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.gz freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.zst freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.zip |
Convert x* to USES=zip
Diffstat (limited to 'x11-toolkits/py-tktreectrl/Makefile')
-rw-r--r-- | x11-toolkits/py-tktreectrl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile index c8280952a758..f776d00faed7 100644 --- a/x11-toolkits/py-tktreectrl/Makefile +++ b/x11-toolkits/py-tktreectrl/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libtreectrl.so.1:${PORTSDIR}/x11-toolkits/tktreectrl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw -USES= tk:run -USE_ZIP= yes +USES= tk:run zip USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TkinterTreectrl |