diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-16 12:01:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-16 12:01:39 +0000 |
commit | c124de29e7a4038ea041fbe4eae0144307d285ca (patch) | |
tree | 8a6248c9613fee5d39406c55f34c657f5283e69d /graphics | |
parent | f47f3aa29d5e410e2929027a0292c149ff33d271 (diff) | |
download | ports-c124de29e7a4038ea041fbe4eae0144307d285ca.tar.gz ports-c124de29e7a4038ea041fbe4eae0144307d285ca.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-stltools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-stltools/Makefile b/graphics/py-stltools/Makefile index 7532aa145ff2..f6d35b74f72c 100644 --- a/graphics/py-stltools/Makefile +++ b/graphics/py-stltools/Makefile @@ -14,9 +14,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYNUMPY} -USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= zip python:2.7 +USE_PYTHON= distutils DOCS= README.txt EXAMPLES= test/cube.stl test/cube_bin.stl |