diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-24 15:47:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-24 15:47:50 +0000 |
commit | 77760fcb6307bb10ac6bbf1653f33308bc4ffeb2 (patch) | |
tree | 9a9bfdddc0d5bd83f4f805c6db760afc834ef9b7 /print/lilypond-devel | |
parent | Cisco::CopyConfig provides methods for manipulating the (diff) |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
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 5029d5eb0f36..169a98cd2d57 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.19.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -46,7 +46,7 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext ghostscript:9 gmake pkgconfig perl5 \ +USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ compiler:c++11-lib python:-3 USE_CXXSTD= c++11 USE_TEX= latex |