diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-16 13:08:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-16 13:08:09 +0800 |
commit | 704ed1eee9fc3cfb082b9720533c816abb85757d (patch) | |
tree | 03ce486f06a039df29b4004586c6ed7537ce3999 /comms | |
parent | 7628831d04bd21e618ce001c07261752fae88234 (diff) | |
download | freebsd-ports-gnome-704ed1eee9fc3cfb082b9720533c816abb85757d.tar.gz freebsd-ports-gnome-704ed1eee9fc3cfb082b9720533c816abb85757d.tar.zst freebsd-ports-gnome-704ed1eee9fc3cfb082b9720533c816abb85757d.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 'comms')
-rw-r--r-- | comms/sdr-wspr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile index 5942e57be929..41441f1310cb 100644 --- a/comms/sdr-wspr/Makefile +++ b/comms/sdr-wspr/Makefile @@ -3,8 +3,8 @@ PORTNAME= sdr-wspr PORTVERSION= 0.1.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= comms hamradio MAINTAINER= jeff@baitis.net |