aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-11 05:37:39 +0800
committerpi <pi@FreeBSD.org>2016-05-11 05:37:39 +0800
commita9c8de71ced5b61d22afa81445b784a4d2cff16d (patch)
tree12302ef224edd4b75842ad1b5edf76391ba6fc02 /graphics
parent487978c2ea16d6f47149c523942e74f4d99b6f59 (diff)
downloadfreebsd-ports-gnome-a9c8de71ced5b61d22afa81445b784a4d2cff16d.tar.gz
freebsd-ports-gnome-a9c8de71ced5b61d22afa81445b784a4d2cff16d.tar.zst
freebsd-ports-gnome-a9c8de71ced5b61d22afa81445b784a4d2cff16d.zip
graphics/impressive: Fix depend on graphics/py-PyOpenGL
PR: 205472 Reported by: antoine
Diffstat (limited to 'graphics')
-rw-r--r--graphics/impressive/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index ab1e647ec9df..5d00f6721a31 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -3,7 +3,7 @@
PORTNAME= impressive
PORTVERSION= 0.10.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/
DISTNAME= Impressive-${PORTVERSION}
@@ -14,7 +14,7 @@ COMMENT= The stylish way of giving presentations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
xpdf:graphics/xpdf \
pdftk:print/pdftk \