Date: Sun, 24 Nov 2013 23:59:54 +0000 (UTC) From: Daichi GOTO <daichi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334800 - head/graphics/impressive Message-ID: <201311242359.rAONxsLV074186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: daichi Date: Sun Nov 24 23:59:53 2013 New Revision: 334800 URL: http://svnweb.freebsd.org/changeset/ports/334800 Log: fixed a wrong RUN_DEPENDS PR: ports/183944 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Modified: head/graphics/impressive/Makefile Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Sun Nov 24 23:58:13 2013 (r334799) +++ head/graphics/impressive/Makefile Sun Nov 24 23:59:53 2013 (r334800) @@ -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}open 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311242359.rAONxsLV074186>