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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index b6fa7fde4d48..0376e6699f1f 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipelight PORTVERSION= 0.2.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg |