pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lilypond Add dependency to texi2html, fontforge,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd1a1d705b1f
branches:  trunk
changeset: 586226:bd1a1d705b1f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Mar 09 11:05:12 2011 +0000

description:
Add dependency to texi2html, fontforge, and t1utils.

diffstat:

 print/lilypond/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 32c15d74967e -r bd1a1d705b1f print/lilypond/Makefile
--- a/print/lilypond/Makefile   Wed Mar 09 10:52:25 2011 +0000
+++ b/print/lilypond/Makefile   Wed Mar 09 11:05:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2011/03/08 15:59:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2011/03/09 11:05:12 ryoon Exp $
 #
 
 DISTNAME=      lilypond-2.12.3
@@ -17,6 +17,7 @@
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bison flex gmake gs:run makeinfo perl pkg-config msgfmt
+USE_TOOLS+=            texi2html
 MAKE_FILE=             GNUmakefile
 
 .include "../../mk/bsd.prefs.mk"
@@ -29,6 +30,8 @@
 INFO_FILES=            YES
 
 BUILD_DEPENDS+=                urw-fonts-[0-9]*:../../fonts/urw-fonts
+BUILD_DEPENDS+=                fontforge>=20060125:../../fonts/fontforge
+BUILD_DEPENDS+=                t1utils>=1.33:../../fonts/t1utils
 CONFIGURE_ARGS+=       --with-ncsb-dir=${LOCALBASE}/share/fonts/urw
 CONFIGURE_ARGS+=       --disable-optimising
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}



Home | Main Index | Thread Index | Old Index