diff options
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r-- | games/crimson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 6f48b60db041..3833af55cab6 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= crimson -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.9 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ PKGNAMESUFFIX= -fields @@ -25,7 +25,7 @@ MAN6= crimson.6 .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Internal compiler error on alpha 4.x" +BROKEN= Internal compiler error on alpha 4.x .endif .include <bsd.port.post.mk> |