diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-16 11:42:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-16 11:42:41 +0000 |
commit | f47f3aa29d5e410e2929027a0292c149ff33d271 (patch) | |
tree | 692b0732bb2040b1239ecb15cb76a2d63bc700b2 /science/lamprop | |
parent | cc4d718dcf46fc9c22b5a91205b4fd3f4a351f41 (diff) | |
download | freebsd-ports-f47f3aa29d5e410e2929027a0292c149ff33d271.zip |
science/lamprop: switch to USES=python
PR: 192548
Submitted by: maintainer (rsmith)
Diffstat (limited to 'science/lamprop')
-rw-r--r-- | science/lamprop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/lamprop/Makefile b/science/lamprop/Makefile index 56f2d3288f5a..c6368c09bf02 100644 --- a/science/lamprop/Makefile +++ b/science/lamprop/Makefile @@ -13,9 +13,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYNUMPY} -USES= zip -USE_PYTHON= yes -PYTHON_VERSION= python2.7 +USES= zip python:2.7 do-install: cd ${WRKSRC} && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install |