diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:01:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-12 22:01:55 +0000 |
commit | 7dddab53c342fd00b7207c9dc05548b91c0103a6 (patch) | |
tree | f1a9eabd5384e8d1ef9a6a25ef461761ae9977a8 /www/seamonkey2 | |
parent | c92980c3284052b5cafc4e412de353ed616c3abb (diff) | |
download | ports-7dddab53c342fd00b7207c9dc05548b91c0103a6.tar.gz ports-7dddab53c342fd00b7207c9dc05548b91c0103a6.zip |
Notes
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 379ce2130ce1..88f715d3ed00 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -168,7 +168,7 @@ CONFIGURE_ARGS+= --enable-optimize=-O2 .endif .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -BROKEN= "core dumps on alpha during post-build" +IGNORE= "core dumps on alpha during post-build" .endif .if exists(${LOCALBASE}/include/freetype/freetype.h) |