diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 1fd066ebe5841032b558f262491971223207ab4e (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/loook | |
parent | f02187f4dd810e514f03fcdd1e92f21418846d75 (diff) |
Notes
Diffstat (limited to 'textproc/loook')
-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 c5f9d7aec80f..a02d76875bcd 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} |