diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-16 20:53:28 +0000 |
commit | 68f883edfc802c049ba59e75f77e9f7c6d6071f5 (patch) | |
tree | 3fa9947d2b38c86d548ab0b4face968420a2825b /print/lilypond-devel | |
parent | games/galaxymage: mark broken and deprecated (diff) |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 87c08fb115df..0ced1df48b23 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -47,9 +47,9 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext gmake pkgconfig perl5 compiler:c++11-lib python:-3 +USES= bison:build gettext ghostscript:9 gmake pkgconfig perl5 \ + compiler:c++11-lib python:-3 USE_CXXSTD= c++11 -USE_GHOSTSCRIPT=9 USE_TEX= latex USE_PERL5= build USE_GNOME= pango |