diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-16 05:08:09 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-16 05:08:09 +0000 |
commit | 13d07760cf4a1de351663c67fb9e6d20bc71dfb4 (patch) | |
tree | 03ce486f06a039df29b4004586c6ed7537ce3999 /print/lilypond-devel | |
parent | Document two CVEs fixed in Atheme 7.2.7 (diff) |
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
Diffstat (limited to 'print/lilypond-devel')
-rw-r--r-- | print/lilypond-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 081f7d65d8da..dd964b1d6bcb 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= lilypond PORTVERSION= 2.19.51 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel |