diff options
author | minskim <minskim@pkgsrc.org> | 2012-03-07 15:56:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-03-07 15:56:32 +0000 |
commit | 8a5f3c5b660346d539d174f5a777446e3830ce76 (patch) | |
tree | 4c9348c59c53dffea54db63e3f4502105409a561 /print/lilypond | |
parent | 6eb3ff4426a9c655edb88e2f2747e83e10a735ae (diff) | |
download | pkgsrc-8a5f3c5b660346d539d174f5a777446e3830ce76.tar.gz |
Add missing build-time dependencies to lilypond.
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 5b1998a007a..992c06d03ad 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2012/03/07 15:27:30 minskim Exp $ +# $NetBSD: Makefile,v 1.78 2012/03/07 15:56:32 minskim Exp $ # DISTNAME= lilypond-2.14.2 @@ -11,6 +11,8 @@ HOMEPAGE= http://lilypond.org/ COMMENT= GNU Music Typesetter LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont +BUILD_DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin |