diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:58:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:58:29 +0000 |
commit | e50a689d56fa5a85a1ba604cb1f241e3315a3820 (patch) | |
tree | 81f23d59b687119d4029737e2bb096914f0451b4 /graphics/py-blockdiag | |
parent | ded348f00bd78e07eb1c8cc65f4cae8b0d435810 (diff) | |
download | ports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.tar.gz ports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.zip |
Notes
Diffstat (limited to 'graphics/py-blockdiag')
-rw-r--r-- | graphics/py-blockdiag/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index bf9d1d88d1dc..583f805c0e61 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple block-diagram image generator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${FLAVOR} \ - ${PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${FLAVOR} \ - ${PKGNAMEPREFIX}webcolors>=0:graphics/py-webcolors@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}webcolors>=0:graphics/py-webcolors@${FLAVOR} USES= python:-3.4 USE_PYTHON= autoplist distutils @@ -33,7 +33,7 @@ PDF_DESC= Enable PDF output OPTIONS_DEFAULT= PDF IPAFONT_RUN_DEPENDS= ${LOCALBASE}/share/font-ipa/ipag.otf:japanese/font-ipa -PDF_RUN_DEPENDS= ${PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR} +PDF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR} post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/src/blockdiag/utils/bootstrap.py |