diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
commit | 206fd214c389e6ba3e6c0f8e026f5b942ed64f62 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /print/lilypond-devel | |
parent | 9795f213f8b50e1cf5e64b82d9c8d0a30b921452 (diff) | |
download | ports-206fd214c389e6ba3e6c0f8e026f5b942ed64f62.tar.gz ports-206fd214c389e6ba3e6c0f8e026f5b942ed64f62.zip |
Notes
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index dc3e95d21a19..05cbfb73d8d0 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -43,11 +43,10 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake pkgconfig perl5 USE_GHOSTSCRIPT=9 USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_TEX= latex USE_GNOME= pango |