diff options
author | Philip Paeps <philip@FreeBSD.org> | 2011-01-18 12:00:46 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2011-01-18 12:00:46 +0000 |
commit | 0deba977119f6b40ad0d54e3da3178097e62d987 (patch) | |
tree | 5bfecae2d19cccdcf59b4ccd03c0313cb8cb000c /games/wesnoth | |
parent | 2d2e64dd204bdd9c6b7ea98b3cb9c66404253428 (diff) | |
download | ports-0deba977119f6b40ad0d54e3da3178097e62d987.tar.gz ports-0deba977119f6b40ad0d54e3da3178097e62d987.zip |
Bump PORTREVISION to force a recompile. Wesnoth segfaults due to recent
upgrades of Boost. Recompiling fixes the problem.
PR: ports/154108
Submitted by: Pascal Stumpf <Pascal.Stumpf -at- cubes.de>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267944
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index c275ad82adf9..bfca14a2670e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ |