diff options
-rw-r--r-- | www/kompozer/Makefile | 4 | ||||
-rw-r--r-- | www/nvu/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 8dc127961f07..cf7cb4155045 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -29,8 +29,8 @@ CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" -.if ${ARCH} == "alpha" || ${ARCH} == "ia64" -IGNORE= Does no build +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= Does no build .endif .if ${PERL_LEVEL} < 500600 diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 8dc127961f07..cf7cb4155045 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -29,8 +29,8 @@ CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" -.if ${ARCH} == "alpha" || ${ARCH} == "ia64" -IGNORE= Does no build +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= Does no build .endif .if ${PERL_LEVEL} < 500600 |