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/mozilla-devel/Makefile | |
parent | c92980c3284052b5cafc4e412de353ed616c3abb (diff) |
Notes
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 379ce2130ce1..88f715d3ed00 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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) |