diff options
Diffstat (limited to 'games/euchre')
-rw-r--r-- | games/euchre/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index 710f7a626e48..83eb967c736c 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -19,4 +19,10 @@ PLIST_FILES= bin/euchre USE_AUTOTOOLS= automake:14 autoconf:213 USE_GNOME= gtk12 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |