diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-18 12:30:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-18 12:30:59 +0000 |
commit | ec4e7961b34b97c30ed065a3373896491caa3507 (patch) | |
tree | 069b3f94d43ba67dd21c657e74320a7ec487f6a0 /math/py-fiat/Makefile | |
parent | 26f8b0288aff19bad14a1fdfcd369a84369cd4f0 (diff) | |
download | ports-ec4e7961b34b97c30ed065a3373896491caa3507.tar.gz ports-ec4e7961b34b97c30ed065a3373896491caa3507.zip |
Notes
Diffstat (limited to 'math/py-fiat/Makefile')
-rw-r--r-- | math/py-fiat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile index 25d85b3b5b1c..b102037cb5f1 100644 --- a/math/py-fiat/Makefile +++ b/math/py-fiat/Makefile @@ -7,6 +7,7 @@ PORTNAME= fiat PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +17,9 @@ COMMENT= FInite element Automatic Tabulator LICENSE= LGPL3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scientific>=0:${PORTSDIR}/math/py-scientific +RUN_DEPENDS:= ${BUILD_DEPENDS} + USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FIAT |