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 /graphics/shotwell | |
parent | e85b24d14f7e6951a2937c722f308906056ca2a1 (diff) | |
download | freebsd-ports-13d07760cf4a1de351663c67fb9e6d20bc71dfb4.zip |
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 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 57a5e845dc6f..908bc87722d8 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.24.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} |