diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-30 18:19:14 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-30 18:19:14 +0800 |
commit | 5b220dac72a9e268089ec8ca1c7af07942084e1f (patch) | |
tree | 63e5ddae5b9429755c74471f20d7a302d1f5bc5b /print | |
parent | 4905e6463cb6691dd0ce384a7d5cdd393bdc117f (diff) | |
download | freebsd-ports-gnome-5b220dac72a9e268089ec8ca1c7af07942084e1f.tar.gz freebsd-ports-gnome-5b220dac72a9e268089ec8ca1c7af07942084e1f.tar.zst freebsd-ports-gnome-5b220dac72a9e268089ec8ca1c7af07942084e1f.zip |
print/lilypond*: Drop nop GNU_MAKEFILE
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond-devel/Makefile | 1 | ||||
-rw-r--r-- | print/lilypond/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 74e8f9d7d0d0..3e5bc5fd445e 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -52,7 +52,6 @@ USE_PERL5= build USE_GNOME= pango MAKEFILE= GNUmakefile -GNU_MAKEFILE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 26ef83948c85..86db399983cc 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -38,7 +38,6 @@ USES= bison:build compiler:c++11-lang gettext ghostscript gmake \ USE_TEX= latex USE_PERL5= build USE_GNOME= pango -#MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \ --with-python-include=${PYTHON_INCLUDEDIR} @@ -46,7 +45,6 @@ CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} MAKEFILE= GNUmakefile -GNU_MAKEFILE= yes ALL_TARGET= all TEST_TARGET= test # fails with sig11 |