summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-10-20 08:16:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-10-20 08:16:29 +0000
commit04ee65359a081d6484663b6d47650a46b9efb90b (patch)
tree661d02fca842991a4957fba4d60bb7a4d3ae51a1 /games
parent- Update to 1.4.0 (diff)
Mark BROKEN on all platforms.
Notes
Notes: svn path=/head/; revision=243082
Diffstat (limited to 'games')
-rw-r--r--games/abridge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile
index ecaba05f64df..a944bf3dbe59 100644
--- a/games/abridge/Makefile
+++ b/games/abridge/Makefile
@@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Bridge game
+BROKEN= does not build
+
USE_WX= 2.4
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
@@ -26,8 +28,6 @@ PLIST_FILES= bin/abridge
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
-.elif ${OSVERSION} >= 800074
-BROKEN= does not build
.endif
.include <bsd.port.post.mk>