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 /net-im/ekiga | |
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 'net-im/ekiga')
-rw-r--r-- | net-im/ekiga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index d99b95ec9072..0786c4918b56 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -4,7 +4,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |