diff options
Diffstat (limited to 'graphics/impressive/Makefile')
-rw-r--r-- | graphics/impressive/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 9ef55b53d4dd..985babf17645 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -14,12 +14,12 @@ COMMENT= The stylish way of giving presentations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ - xpdf:${PORTSDIR}/graphics/xpdf \ - pdftk:${PORTSDIR}/print/pdftk \ - xdg-open:${PORTSDIR}/devel/xdg-utils \ - mplayer:${PORTSDIR}/multimedia/mplayer \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-opengl \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ + xpdf:graphics/xpdf \ + pdftk:print/pdftk \ + xdg-open:devel/xdg-utils \ + mplayer:multimedia/mplayer \ ${PYGAME} USES= ghostscript:run python |