diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | 16a04e9b881e61b48e43444a26db1c5e401d7efc (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /math/py-ffc | |
parent | a7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff) | |
download | freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'math/py-ffc')
-rw-r--r-- | math/py-ffc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-ffc/Makefile b/math/py-ffc/Makefile index 3ea812c2e3c1..1f5d7a64a66d 100644 --- a/math/py-ffc/Makefile +++ b/math/py-ffc/Makefile @@ -2,6 +2,7 @@ PORTNAME= ffc PORTVERSION= ${MMVERSION}.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= C++ code generator for multilinear forms LICENSE= LGPL3 -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= FFC |