From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:59:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68576954; Sun, 24 Nov 2013 23:59:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 562352D5D; Sun, 24 Nov 2013 23:59:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONxsoX074187; Sun, 24 Nov 2013 23:59:54 GMT (envelope-from daichi@svn.freebsd.org) Received: (from daichi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONxsLV074186; Sun, 24 Nov 2013 23:59:54 GMT (envelope-from daichi@svn.freebsd.org) Message-Id: <201311242359.rAONxsLV074186@svn.freebsd.org> From: Daichi GOTO Date: Sun, 24 Nov 2013 23:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334800 - head/graphics/impressive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:59:54 -0000 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 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