diff options
author | marino <marino@pkgsrc.org> | 2011-12-06 19:05:35 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-06 19:05:35 +0000 |
commit | b0673c6c4461678abcc747ff0cc883c204518913 (patch) | |
tree | 11d742b8d02c295ce9a707186501200768508c53 /print | |
parent | 35d4a4c8b1651cba71262cfec73eb33b4eb179b4 (diff) | |
download | pkgsrc-b0673c6c4461678abcc747ff0cc883c204518913.tar.gz |
print/lilypond: Fix copy/paste error on previous commit
Diffstat (limited to 'print')
-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 70aceefa2d1..109ca93bade 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2011/12/06 01:23:58 marino Exp $ +# $NetBSD: Makefile,v 1.74 2011/12/06 19:05:35 marino Exp $ # DISTNAME= lilypond-2.14.2 @@ -46,7 +46,7 @@ DEPENDS+= potrace>=1.8:../../graphics/potrace CONFIGURE_ENV+= LEX="${PREFIX}/bin/flex" .include "../../devel/flex/buildlink3.mk" .else -USE_TOOLS+= lex +USE_TOOLS+= flex .endif .include "../../devel/pango/buildlink3.mk" |