diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-16 14:42:07 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-06-16 14:42:07 +0000 |
commit | a2609e41fd8f686672035bb3be4bd151ac1ea336 (patch) | |
tree | d4faf1169327133d3f76ab03fbdc3e3ffd8f590c | |
parent | ce3290df4ce5f22620c421fb148c5e16386df356 (diff) | |
download | ports-a2609e41fd8f686672035bb3be4bd151ac1ea336.tar.gz ports-a2609e41fd8f686672035bb3be4bd151ac1ea336.zip |
Notes
-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 |