print/lilypond: Fix copy/paste error on previous commit

This commit is contained in:
marino 2011-12-06 19:05:35 +00:00
parent cf3bcf3f3c
commit f80c916637

View file

@ -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"