diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-10-21 23:08:41 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-10-21 23:08:41 +0000 |
| commit | 37a387b312f684c2bb61eed8903ce6bdae9d0cf1 (patch) | |
| tree | ac0c044d73938b6d79c9ccffefdd7d8fd0e4a547 | |
| parent | - Update to 0.5.0 (diff) | |
- Fix minimal version of blockdiag dependency in RUN_DEPENDS
| -rw-r--r-- | graphics/py-actdiag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index 5f1905ece510..2b67e3c26f1d 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -18,7 +18,7 @@ LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ - ${PKGNAMEPREFIX}blockdiag>=0.8.1:${PORTSDIR}/graphics/py-blockdiag \ + ${PKGNAMEPREFIX}blockdiag>=0.9.5:${PORTSDIR}/graphics/py-blockdiag \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib USE_PYTHON= 2.4-2.7 |
