diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 23:28:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 23:28:27 +0800 |
commit | 61358bd17e95d11840ccdc77f1d35b1cbeb29f45 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /print | |
parent | 9a44683b48937c20f2de22fdabf4e6a20b15b468 (diff) | |
download | freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.tar.gz freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.tar.zst freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'print')
-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 |