diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-07 12:25:15 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-07 12:25:15 +0000 |
commit | 94fa04f46150dd6416abc7035497998cadeba7e7 (patch) | |
tree | a42babeb74ea8bd1b6a52b75761527f248e46807 /print/lilypond-devel | |
parent | 7e85c0c86601ebe5227089c70305d75d03ca7605 (diff) | |
download | ports-94fa04f46150dd6416abc7035497998cadeba7e7.tar.gz ports-94fa04f46150dd6416abc7035497998cadeba7e7.zip |
Notes
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 32f667cb3ee2..9103d548c8dc 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -60,7 +60,8 @@ 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} HOME=${WRKDIR} + FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} \ + FCLIST=${TRUE} ALL_TARGET= all |