print/lilypond: Fix copy/paste error on previous commit
This commit is contained in:
parent
cf3bcf3f3c
commit
f80c916637
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue