diff options
author | mva <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 8b2696fd2ba8d06ddc0432f73ad874b2be141607 (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/loook/Makefile | |
parent | 823674ff620dee40988a7c1b848b5d970987fcb7 (diff) | |
download | FreeBSD-ports-8b2696fd2ba8d06ddc0432f73ad874b2be141607.zip FreeBSD-ports-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.gz |
- Convert textproc/ to USES=python
With hat: python@
Diffstat (limited to 'textproc/loook/Makefile')
-rw-r--r-- | textproc/loook/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/loook/Makefile b/textproc/loook/Makefile index c5f9d7a..a02d768 100644 --- a/textproc/loook/Makefile +++ b/textproc/loook/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkint WRKSRC= ${WRKDIR} -USES= zip -USE_PYTHON= 2 +USES= python:2 zip NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} |