diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:42:59 +0800 |
commit | 74a3c07b695eef5aba924290f7d537c710b1233e (patch) | |
tree | 73abd51bbc7bd715261a06c070c1e731d552daf9 /print/lilypond | |
parent | 6cb95f4021912ec4579bc6f22244e0597ed2b07c (diff) | |
download | freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.gz freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.tar.zst freebsd-ports-gnome-74a3c07b695eef5aba924290f7d537c710b1233e.zip |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index f80b3b0c885f..6cfa060f07fc 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -47,10 +47,9 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext gmake pkgconfig perl5 +USES= bison:build gettext gmake pkgconfig perl5 python:-3 USE_GHOSTSCRIPT=9 USE_TEX= latex -USE_PYTHON= -3 USE_PERL5= build USE_GNOME= pango |