diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:42:59 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:42:59 +0000 |
commit | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (patch) | |
tree | 73abd51bbc7bd715261a06c070c1e731d552daf9 /print/py-pyscript/Makefile | |
parent | Update to version 0.6.1 (diff) |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371452
Diffstat (limited to 'print/py-pyscript/Makefile')
-rw-r--r-- | print/py-pyscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index 217bcfd820c1..4ba941c5b3e6 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -17,8 +17,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES PYSCRIPT_MANUAL=doc/manual/pyscript.pdf -USE_PYDISTUTILS=yes -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils USE_TEX= latex dvipsk .include <bsd.port.options.mk> |