diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-18 03:56:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-18 03:56:11 +0000 |
commit | 4e7b6189adca6b5280c9178c920cf7729d8cd7b5 (patch) | |
tree | 463431e454d76607c2fe0eb9c1b0962b92cae7c2 /games/groundhog | |
parent | 12bb0b22815560f82b3ae0ad2d08c688f64abe3f (diff) | |
download | ports-4e7b6189adca6b5280c9178c920cf7729d8cd7b5.tar.gz ports-4e7b6189adca6b5280c9178c920cf7729d8cd7b5.zip |
Notes
Diffstat (limited to 'games/groundhog')
-rw-r--r-- | games/groundhog/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index c7a016f27394..f85d6754e825 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -18,10 +18,4 @@ USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |