diff options
Diffstat (limited to 'graphics/py-seqdiag/Makefile')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 8875d42a0067..a29b3784e601 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple sequence-diagram image generator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PKGNAMEPREFIX}pillow>=2.2.1:${PORTSDIR}/graphics/py-pillow \ - ${PKGNAMEPREFIX}funcparserlib>=0.3.6:${PORTSDIR}/devel/py-funcparserlib \ - ${PKGNAMEPREFIX}blockdiag>=1.4.1:${PORTSDIR}/graphics/py-blockdiag +RUN_DEPENDS= ${PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow \ + ${PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib \ + ${PKGNAMEPREFIX}blockdiag>=1.4.1:graphics/py-blockdiag USES= python USE_PYTHON= autoplist distutils |