aboutsummaryrefslogtreecommitdiff
path: root/graphics/impressive
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:15:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-22 13:15:13 +0000
commit8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch)
treec832b87b776a5db072088687b910601d961726da /graphics/impressive
parent28466ca6896a9f7861111b79fdc8dee8b166ba06 (diff)
downloadports-8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f.tar.gz
ports-8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f.zip
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=470610
Diffstat (limited to 'graphics/impressive')
-rw-r--r--graphics/impressive/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index deaaf081fb4a..fca6f3eac1f2 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -14,8 +14,8 @@ COMMENT= Stylish way of giving presentations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \
- ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
xpdf:graphics/xpdf \
pdftk:print/pdftk \
xdg-open:devel/xdg-utils \