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 /math/saga | |
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 'math/saga')
-rw-r--r-- | math/saga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 12b71f59ca1e..633a172a7d1f 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} |