diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 18:06:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 18:06:00 +0000 |
commit | 7c5b8c40841bcff82a826569527dbe2c33683acb (patch) | |
tree | fe732d765a919341a590a0b06304ac037dead40b /games/warmux/Makefile | |
parent | 9b4771d755a214e91e412ada3234aa068006e3dd (diff) |
- Marked BROKEN for 4.X
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=181987
Diffstat (limited to 'games/warmux/Makefile')
-rw-r--r-- | games/warmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 500c104dc160..bd9b4bced67a 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -26,7 +26,7 @@ MAN6= wormux.6 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-weapon-ninja_rope.cpp +BROKEN= Does not compile on 4.x .endif .if !defined(WITHOUT_NLS) |