diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:30:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:30:36 +0800 |
commit | 9473808cd0e0177fa61b0ca3d20e8f1689aca2e6 (patch) | |
tree | 941c32318d7c37d2a3e8af367a887b73b43b0d78 /games/deal | |
parent | 41306aa424ce9ce6aff6e5a5cb4db1a19e212be5 (diff) | |
download | freebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.tar.gz freebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.tar.zst freebsd-ports-gnome-9473808cd0e0177fa61b0ca3d20e8f1689aca2e6.zip |
BROKEN on 7.0: Does not compile
Diffstat (limited to 'games/deal')
-rw-r--r-- | games/deal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/deal/Makefile b/games/deal/Makefile index e04fc4faed33..6a266a1b3e6f 100644 --- a/games/deal/Makefile +++ b/games/deal/Makefile @@ -27,6 +27,10 @@ do-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Does not compile +.endif + .if ${ARCH} == "ia64" BROKEN= Does not compile on ia64 .endif |