diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-25 22:28:19 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-25 22:28:19 +0000 |
commit | 6360b0c51900f9aaa1e6662271ebc25a1603d279 (patch) | |
tree | 860c431910f8332d54abaa1c8f88d85e5c152575 /www | |
parent | 49bae1920476d1da782ea3311945304a193dbbcd (diff) | |
download | FreeBSD-ports-6360b0c51900f9aaa1e6662271ebc25a1603d279.zip FreeBSD-ports-6360b0c51900f9aaa1e6662271ebc25a1603d279.tar.gz |
- s/alpha/sparc64/ s/IGNORE/BROKEN/
Reported by: kris
Diffstat (limited to 'www')
-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 8dc1279..cf7cb41 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 8dc1279..cf7cb41 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 |