diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
commit | c8e1403e0d0c8401f852412bc6152c10a13ad3e5 (patch) | |
tree | fb1f60f915e60fac93e0db001dcf6df70395f62b /games/groundhog | |
parent | update to 0.73 (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=111529
Diffstat (limited to 'games/groundhog')
-rw-r--r-- | games/groundhog/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index f85d6754e825..d30887b3bebb 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -18,4 +18,10 @@ USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |