Date: Mon, 26 Feb 2018 21:58:00 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463050 - in head/print: lilypond lilypond-devel Message-ID: <201802262158.w1QLw0Vl005301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262158.w1QLw0Vl005301>