diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-18 20:30:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-18 20:30:59 +0800 |
commit | fc8616a035a2efd616a1b7c97439e147cb220e1a (patch) | |
tree | caa2aaed22d7b0cb740c26f6b5d450f4a5e03205 /math/py-fiat | |
parent | dbefac5c7e8b30082fc3509054b7740900b2d4f4 (diff) | |
download | freebsd-ports-gnome-fc8616a035a2efd616a1b7c97439e147cb220e1a.tar.gz freebsd-ports-gnome-fc8616a035a2efd616a1b7c97439e147cb220e1a.tar.zst freebsd-ports-gnome-fc8616a035a2efd616a1b7c97439e147cb220e1a.zip |
- Add missing dependency for example programs
- Bump PORTREVISION for dependency change
PR: ports/168776
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Diffstat (limited to 'math/py-fiat')
-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 |