Date: Tue, 10 May 2016 21:37:39 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414968 - head/graphics/impressive Message-ID: <201605102137.u4ALbdUw082162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605102137.u4ALbdUw082162>