aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-seqdiag
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
commite50a689d56fa5a85a1ba604cb1f241e3315a3820 (patch)
tree81f23d59b687119d4029737e2bb096914f0451b4 /graphics/py-seqdiag
parentded348f00bd78e07eb1c8cc65f4cae8b0d435810 (diff)
downloadports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.tar.gz
ports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.zip
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=472881
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r--graphics/py-seqdiag/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index 065edeaa385c..062b127057ea 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:graphics/py-pillow@${FLAVOR} \
- ${PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${FLAVOR} \
- ${PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${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}blockdiag>=1.5.0:graphics/py-blockdiag@${FLAVOR}
USES= python:-3.4
USE_PYTHON= autoplist distutils