From owner-svn-ports-head@FreeBSD.ORG Fri Dec 20 12:39:27 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 EF9B3716; Fri, 20 Dec 2013 12:39:27 +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 DB8BD1055; Fri, 20 Dec 2013 12:39:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKCdRYx047117; Fri, 20 Dec 2013 12:39:27 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKCdRDx047116; Fri, 20 Dec 2013 12:39:27 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201312201239.rBKCdRDx047116@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 20 Dec 2013 12:39:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337005 - head/print/lilypond-devel 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.17 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: Fri, 20 Dec 2013 12:39:28 -0000 Author: gahr Date: Fri Dec 20 12:39:27 2013 New Revision: 337005 URL: http://svnweb.freebsd.org/changeset/ports/337005 Log: - Fix depends PR: 185019 Submitted by: Markiyan Kushnir Modified: head/print/lilypond-devel/Makefile Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Dec 20 12:29:56 2013 (r337004) +++ head/print/lilypond-devel/Makefile Fri Dec 20 12:39:27 2013 (r337005) @@ -16,15 +16,16 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/p t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ + dblatex:${PORTSDIR}/textproc/dblatex \ + pngtopnm:${PORTSDIR}/graphics/netpbm \ + rsync:${PORTSDIR}/net/rsync \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ - mftrace:${PORTSDIR}/print/mftrace \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu