diff options
-rw-r--r-- | print/lilypond-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index de98c44613b5..f2e482e8093f 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -60,7 +60,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ --with-python-include=${PYTHON_INCLUDEDIR} CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ - FLEX=${FLEX} YACC=${YACC} + FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} ALL_TARGET= all |