diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:35:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:35:11 +0000 |
commit | ab7852d3d37bb574e6e3169e219ff89adc6c3121 (patch) | |
tree | 00228dbc3ab6c28d592c4377622f1aca3f129e35 /games/euchre | |
parent | 9c0391659bbbf15e0d181581b3d9c7dec8b539a7 (diff) | |
download | ports-ab7852d3d37bb574e6e3169e219ff89adc6c3121.tar.gz ports-ab7852d3d37bb574e6e3169e219ff89adc6c3121.zip |
Notes
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> |