diff options
author | ryoon <ryoon> | 2011-03-09 11:05:12 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-03-09 11:05:12 +0000 |
commit | fc00314e026edcb7a387b80fc9ba09fd8ad9ed2e (patch) | |
tree | 9a617ea45aa8da67641f9cc8c06867a648a231c8 /print | |
parent | 693822fe45b95bc79345f107cf42d5774fde7e36 (diff) | |
download | pkgsrc-fc00314e026edcb7a387b80fc9ba09fd8ad9ed2e.tar.gz |
Add dependency to texi2html, fontforge, and t1utils.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 7d3c945891d..21d4f85387d 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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_DIR= ${GNU_CONFIGURE_INFODIR} 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} |