svn commit: r414968 - head/graphics/impressive

Kurt Jaeger pi at FreeBSD.org
Tue May 10 21:37:40 UTC 2016


Author: pi
Date: Tue May 10 21:37:39 2016
New Revision: 414968
URL: https://svnweb.freebsd.org/changeset/ports/414968

Log:
  graphics/impressive: Fix depend on graphics/py-PyOpenGL
  
  PR:		205472
  Reported by:	antoine

Modified:
  head/graphics/impressive/Makefile

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Tue May 10 21:36:33 2016	(r414967)
+++ head/graphics/impressive/Makefile	Tue May 10 21:37:39 2016	(r414968)
@@ -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 prese
 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 \


More information about the svn-ports-all mailing list