svn commit: r337018 - branches/2014Q1/print/lilypond-devel

Mathieu Arnold mat at FreeBSD.org
Fri Dec 20 14:48:29 UTC 2013


Author: mat
Date: Fri Dec 20 14:48:28 2013
New Revision: 337018
URL: http://svnweb.freebsd.org/changeset/ports/337018

Log:
  MFH: r337005
  
  - Fix depends
  
  PR:		185019
  Submitted by:	Markiyan Kushnir <markiyan.kushnir at gmail.com>
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/print/lilypond-devel/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/print/lilypond-devel/Makefile
==============================================================================
--- branches/2014Q1/print/lilypond-devel/Makefile	Fri Dec 20 14:46:58 2013	(r337017)
+++ branches/2014Q1/print/lilypond-devel/Makefile	Fri Dec 20 14:48:28 2013	(r337018)
@@ -14,15 +14,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=	guile:${PORTSDIR}/lang/guile \
 		gmp:${PORTSDIR}/math/gmp \
 		freetype:${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
 


More information about the svn-ports-all mailing list