diff options
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 038fafdd3269..82663b5bb54d 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -116,7 +116,7 @@ BROKEN= "Does not compile on ia64 or alpha" .endif .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +USE_GCC= 3.4 .endif .if defined(WITH_CAIRO_RENDER) |