diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /math/py-fiat | |
parent | Simplify MASTER_SITES (diff) |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes
Notes:
svn path=/head/; revision=462307
Diffstat (limited to 'math/py-fiat')
-rw-r--r-- | math/py-fiat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile index 0accbd16b493..66e3aa37e314 100644 --- a/math/py-fiat/Makefile +++ b/math/py-fiat/Makefile @@ -2,7 +2,7 @@ PORTNAME= fiat PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scientific>=0:math/py-scientific@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist MMVERSION= 1.1 |