diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-27 05:58:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-27 05:58:00 +0800 |
commit | 9edfa97271c5952ef5b170e46013d1fddb01cd5d (patch) | |
tree | 3e9e5cc5626aabae934d6f58311235cbc7cb31b0 /print/lilypond | |
parent | d0e04ff80abaf91cb314b05f77794ecd243af860 (diff) | |
download | freebsd-ports-gnome-9edfa97271c5952ef5b170e46013d1fddb01cd5d.tar.gz freebsd-ports-gnome-9edfa97271c5952ef5b170e46013d1fddb01cd5d.tar.zst freebsd-ports-gnome-9edfa97271c5952ef5b170e46013d1fddb01cd5d.zip |
Fix USES=python syntax
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 26944c776fbf..5185c14c1348 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -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 |