diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-13 06:01:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-13 06:01:55 +0800 |
commit | ea330360d6587c3f534f9d6ba87ef3484c42470f (patch) | |
tree | 25c6d9c6427dfb1ebf90e64bb246aa92873deddf /www/seamonkey2 | |
parent | 7a12dc4883196740e98a46fb4af596254cb4d980 (diff) | |
download | freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.tar.gz freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.tar.zst freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.zip |
Mark as IGNORE on -STABLE Alpha.
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) |