diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
commit | 7e21a6476a66bd0d11b88a9d798624831fee469c (patch) | |
tree | 38af65c6adad16dba1e13346ecb52295abff07e6 /graphics/mapnik | |
parent | a38219861723215d3c7d044cc973c09fd60c0646 (diff) | |
download | freebsd-ports-gnome-7e21a6476a66bd0d11b88a9d798624831fee469c.tar.gz freebsd-ports-gnome-7e21a6476a66bd0d11b88a9d798624831fee469c.tar.zst freebsd-ports-gnome-7e21a6476a66bd0d11b88a9d798624831fee469c.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 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 588d7c8ed5a9..3859c34172f4 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ |