diff options
author | erwin <erwin@FreeBSD.org> | 2009-10-20 16:16:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-10-20 16:16:29 +0800 |
commit | 81060bfd051c404e42811261fea2d4f6bc99f0c7 (patch) | |
tree | 8ab6ebae9cd05c88e2de7cda458f2e6cce87b85b /games/abridge | |
parent | 57bb8af12c603f5e0a84ad90126f70fc79d1d7ad (diff) | |
download | freebsd-ports-gnome-81060bfd051c404e42811261fea2d4f6bc99f0c7.tar.gz freebsd-ports-gnome-81060bfd051c404e42811261fea2d4f6bc99f0c7.tar.zst freebsd-ports-gnome-81060bfd051c404e42811261fea2d4f6bc99f0c7.zip |
Mark BROKEN on all platforms.
Diffstat (limited to 'games/abridge')
-rw-r--r-- | games/abridge/Makefile | 4 |
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> |