diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/impressive/Makefile | 4 |
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 \ |