Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 10:19:14 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503062 - in head/print: lilypond lilypond-devel
Message-ID:  <201905301019.x4UAJEAi067076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905301019.x4UAJEAi067076>