diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /print/lilypond/Makefile | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | FreeBSD-ports-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip FreeBSD-ports-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz |
Add an explicit dependency on pkgconf
Diffstat (limited to 'print/lilypond/Makefile')
-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 cfe3513..65b7862 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -39,8 +39,7 @@ INFO= lilypond-notation \ music-glossary \ internals -USES= bison:build gettext -USE_GMAKE= yes +USES= bison:build gettext gmake pkgconfig USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PYTHON= yes |