aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-25 22:28:19 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-25 22:28:19 +0000
commitb75ced2d6559b729a9648aa2b10a54711c6a5e99 (patch)
tree5c07936d61bc1e64d836582271f981c7f2eb05f3 /www
parentbc3f78f62ad25966b836fd49946cb1c31f40d5e7 (diff)
downloadports-b75ced2d6559b729a9648aa2b10a54711c6a5e99.tar.gz
ports-b75ced2d6559b729a9648aa2b10a54711c6a5e99.zip
- s/alpha/sparc64/ s/IGNORE/BROKEN/
Reported by: kris
Notes
Notes: svn path=/head/; revision=158124
Diffstat (limited to 'www')
-rw-r--r--www/kompozer/Makefile4
-rw-r--r--www/nvu/Makefile4
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