diff options
author | kris <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
commit | 1a3dd9fd0efb614cc63b0e668a449f1270150493 (patch) | |
tree | 75fa504a9d905ab03c3bb1709980666620ce5648 /games | |
parent | 3263f0f9afd49e9464416617ba304f8e7960e3f1 (diff) | |
download | FreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.zip FreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'games')
-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 f85d675..d30887b 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> |