From 266ad02cad97b1daf83e81c5b46918cbcc2c912c Mon Sep 17 00:00:00 2001 From: daichi Date: Sun, 24 Nov 2013 23:59:53 +0000 Subject: fixed a wrong RUN_DEPENDS PR: ports/183944 Submitted by: Koichiro IWAO --- graphics/impressive/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index a2d08758a49f..597601b3d47c 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} @@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ xpdf:${PORTSDIR}/graphics/xpdf \ pdftk:${PORTSDIR}/print/pdftk \ xdg-open:${PORTSDIR}/devel/xdg-utils \ - mplayer:${PORTSDIR}/multimedia/mplayer -RUN_DEPENDS= ${PYGAME} + mplayer:${PORTSDIR}/multimedia/mplayer \ + ${PYGAME} USE_PYTHON= yes USE_GHOSTSCRIPT_RUN= yes -- cgit