svn commit: r334800 - head/graphics/impressive

Daichi GOTO daichi at FreeBSD.org
Sun Nov 24 23:59:54 UTC 2013


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 at 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


More information about the svn-ports-head mailing list