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 /graphics/inkscape | |
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 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index c709d360a5c1..5105757d86ef 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm |