diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
commit | a5a9805ffa6934c7f8a35773ecb955b8f49bc571 (patch) | |
tree | 38af65c6adad16dba1e13346ecb52295abff07e6 /games/alephone | |
parent | 7484f2258645fce25c2714f8a8c349aaf4af12d4 (diff) | |
download | freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.gz freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.zst freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.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 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index fac0dca86847..acb89816e7ff 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -3,7 +3,7 @@ PORTNAME= alephone PORTVERSION= 20150620 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2015-06-20 DISTNAME= AlephOne-${PORTVERSION} |