svn commit: r503062 - in head/print: lilypond lilypond-devel

Tobias Kortkamp tobik at FreeBSD.org
Thu May 30 10:19:15 UTC 2019


Author: tobik
Date: Thu May 30 10:19:14 2019
New Revision: 503062
URL: https://svnweb.freebsd.org/changeset/ports/503062

Log:
  print/lilypond*: Drop nop GNU_MAKEFILE

Modified:
  head/print/lilypond-devel/Makefile
  head/print/lilypond/Makefile

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Thu May 30 09:59:02 2019	(r503061)
+++ head/print/lilypond-devel/Makefile	Thu May 30 10:19:14 2019	(r503062)
@@ -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 \

Modified: head/print/lilypond/Makefile
==============================================================================
--- head/print/lilypond/Makefile	Thu May 30 09:59:02 2019	(r503061)
+++ head/print/lilypond/Makefile	Thu May 30 10:19:14 2019	(r503062)
@@ -38,7 +38,6 @@ USES=		bison:build compiler:c++11-lang gettext ghostsc
 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/
 		FLEX=${FLEX} YACC=${YACC}
 
 MAKEFILE=	GNUmakefile
-GNU_MAKEFILE=	yes
 
 ALL_TARGET=	all
 TEST_TARGET=	test  # fails with sig11


More information about the svn-ports-all mailing list