diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-03-22 17:03:20 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-03-22 17:03:20 +0800 |
commit | 052a134efb4e886f9b23b0773195bdf67d27e0a9 (patch) | |
tree | 0945b2447395b494baeeb7f7d6db053184b81f0d /games | |
parent | 7d62ffaee568e7f562e817504865ce2a8fe15ce4 (diff) | |
download | freebsd-ports-gnome-052a134efb4e886f9b23b0773195bdf67d27e0a9.tar.gz freebsd-ports-gnome-052a134efb4e886f9b23b0773195bdf67d27e0a9.tar.zst freebsd-ports-gnome-052a134efb4e886f9b23b0773195bdf67d27e0a9.zip |
force dependency on gcc 3.4
Diffstat (limited to 'games')
-rw-r--r-- | games/groundhog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index 5f7a7054093a..510b058cc0fd 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -16,6 +16,7 @@ COMMENT= Groundhog, a simple logic game USE_GMAKE= yes USE_GNOME= gtk20 +USE_GCC= 3.4 GNU_CONFIGURE= yes .include <bsd.port.mk> |