diff options
Diffstat (limited to 'graphics/py-seqdiag/Makefile')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 082c8b389a6f..f232929b2bbb 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seqdiag -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ - ${PKGNAMEPREFIX}blockdiag>=0.9.6:${PORTSDIR}/graphics/py-blockdiag + ${PKGNAMEPREFIX}blockdiag>=1.0.1:${PORTSDIR}/graphics/py-blockdiag USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install |