aboutsummaryrefslogtreecommitdiff
path: root/graphics/impressive
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2013-11-24 23:59:53 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2013-11-24 23:59:53 +0000
commit8890587e5dd1a8a1408244246a0d25961adb0f6c (patch)
tree9c7a02685c0f5364a6a12159c36f4fe47be7d8e8 /graphics/impressive
parente0c6b8e7ca5ee214aa0e5deb6fea6d6027ef93bd (diff)
downloadports-8890587e5dd1a8a1408244246a0d25961adb0f6c.tar.gz
ports-8890587e5dd1a8a1408244246a0d25961adb0f6c.zip
fixed a wrong RUN_DEPENDS
PR: ports/183944 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
Notes
Notes: svn path=/head/; revision=334800
Diffstat (limited to 'graphics/impressive')
-rw-r--r--graphics/impressive/Makefile6
1 files 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