Summary: | print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | markiyan.kushnir | ||||
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
markiyan.kushnir
2013-12-20 09:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool) 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 <markiyan.kushnir@gmail.com> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! 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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |