diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /print/lilypond | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) |
Notes
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 65b7862955c0..90d7ddd7cb03 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -39,11 +39,11 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext gmake pkgconfig +USES= bison:build gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= pango USE_GCC= any |