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

Antoine Brodin antoine at FreeBSD.org
Mon Feb 26 21:58:01 UTC 2018


Author: antoine
Date: Mon Feb 26 21:58:00 2018
New Revision: 463050
URL: https://svnweb.freebsd.org/changeset/ports/463050

Log:
  Fix USES=python syntax

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

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Feb 26 21:44:07 2018	(r463049)
+++ head/print/lilypond-devel/Makefile	Mon Feb 26 21:58:00 2018	(r463050)
@@ -46,7 +46,7 @@ INFO=		internals \
 		music-glossary
 
 USES=		bison:build gettext ghostscript gmake pkgconfig perl5 \
-		compiler:gcc-c++11-lib python:-3
+		compiler:gcc-c++11-lib python:2.7
 USE_CXXSTD=	c++11
 USE_TEX=	latex texmf
 USE_PERL5=	build

Modified: head/print/lilypond/Makefile
==============================================================================
--- head/print/lilypond/Makefile	Mon Feb 26 21:44:07 2018	(r463049)
+++ head/print/lilypond/Makefile	Mon Feb 26 21:58:00 2018	(r463050)
@@ -48,7 +48,7 @@ INFO=		internals \
 		music-glossary
 
 USES=		bison:build gettext ghostscript gmake pkgconfig perl5 \
-		python:-3
+		python:2.7
 USE_TEX=	latex
 USE_PERL5=	build
 USE_GNOME=	pango


More information about the svn-ports-head mailing list