fixed a wrong RUN_DEPENDS
PR: ports/183944 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
This commit is contained in:
parent
e0c6b8e7ca
commit
8890587e5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334800
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue