diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-27 03:44:56 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-27 03:44:56 +0000 |
commit | 5fe6609b1e132462ab07c936d2873393b5215080 (patch) | |
tree | 833a0a7a416bb134bc0d8e4c6197766ec39284e7 /sysutils/cromwell | |
parent | ff7d84263743841d06970d38bb0450c20944684a (diff) |
Depend on gcc 3.4, since it fails with 4.x and is unlikely to be fixed.
PR: ports/107104
Submitted by: rink (maintainer)
Notes
Notes:
svn path=/head/; revision=180833
Diffstat (limited to 'sysutils/cromwell')
-rw-r--r-- | sysutils/cromwell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile index f97fd68219de..56854444ac71 100644 --- a/sysutils/cromwell/Makefile +++ b/sysutils/cromwell/Makefile @@ -20,6 +20,7 @@ MAINTAINER= rink@FreeBSD.org COMMENT= Linux (and FreeBSD :-) BIOS images for the Microsoft Xbox USE_PERL5_BUILD= yes +USE_GCC= 3.4 SUB_FILES= pkg-message |