diff options
author | mva <mva@FreeBSD.org> | 2014-12-07 18:01:36 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-12-07 18:01:36 +0800 |
commit | 8b2696fd2ba8d06ddc0432f73ad874b2be141607 (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/py2html/Makefile | |
parent | 823674ff620dee40988a7c1b848b5d970987fcb7 (diff) | |
download | freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.gz freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.zst freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.zip |
- Convert textproc/ to USES=python
With hat: python@
Diffstat (limited to 'textproc/py2html/Makefile')
-rw-r--r-- | textproc/py2html/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py2html/Makefile b/textproc/py2html/Makefile index 634d37630a4e..00a8c4d74fbd 100644 --- a/textproc/py2html/Makefile +++ b/textproc/py2html/Makefile @@ -11,9 +11,8 @@ PKGNAMESUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} MAINTAINER= ports@FreeBSD.org COMMENT= Python Highlighter for HTML -USES= shebangfix -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 shebangfix +USE_PYTHON= distutils autoplist python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} |