diff options
author | rillig <rillig> | 2006-08-31 18:11:31 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-08-31 18:11:31 +0000 |
commit | 2647f4fcdf1f7bd247f17dd076678fbb92e68d01 (patch) | |
tree | dd2d93b2282954a6b21d4c8a667c950749f4258f | |
parent | d669e9d16094164c24b29878b84ffbd5a0ea0f9d (diff) | |
download | pkgsrc-2647f4fcdf1f7bd247f17dd076678fbb92e68d01.tar.gz |
Lilypond needs Perl to build.
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 26514d5fd7a..7ae2e390564 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/08/08 19:14:39 minskim Exp $ +# $NetBSD: Makefile,v 1.47 2006/08/31 18:11:31 rillig Exp $ # DISTNAME= lilypond-2.4.3 @@ -17,7 +17,7 @@ BUILDLINK_API_DEPENDS.mftrace+= mftrace>=1.1.0 GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -USE_TOOLS+= bison flex gmake gs:run makeinfo +USE_TOOLS+= bison flex gmake gs:run makeinfo perl MAKEFILE= GNUmakefile TEXINFO_REQD= 4.7 |