diff options
-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 e2ebf044d201..e73754a9cb91 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -46,7 +46,9 @@ USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts -CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" +CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo" \ + FLEX=${FLEX} \ + YACC=${YACC} ALL_TARGET= all |