diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:09 +0800 |
commit | 7e2c59a097ee78595be8178e43605f0f3847a0eb (patch) | |
tree | efcc46d3aee61ceb69681f45f66fa412fd6e5533 /www/nghttp2/Makefile | |
parent | 9b86af029613c3cf9ce13a4c51962125ca23da10 (diff) | |
download | freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.tar.gz freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.tar.zst freebsd-ports-gnome-7e2c59a097ee78595be8178e43605f0f3847a0eb.zip |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fe490976c80c..566855fd22d1 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,6 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org |