diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
commit | a8713d15f4d56c9054b5d6a952f5c3613f04959a (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /games/glob2 | |
parent | Add ttyd: (diff) |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Notes
Notes:
svn path=/head/; revision=426908
Diffstat (limited to 'games/glob2')
-rw-r--r-- | games/glob2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 7b73df6092b9..6512e81dffb8 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -3,7 +3,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ |