diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-25 22:28:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-25 22:28:19 +0000 |
commit | b75ced2d6559b729a9648aa2b10a54711c6a5e99 (patch) | |
tree | 5c07936d61bc1e64d836582271f981c7f2eb05f3 /www/nvu | |
parent | bc3f78f62ad25966b836fd49946cb1c31f40d5e7 (diff) | |
download | ports-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/nvu')
-rw-r--r-- | www/nvu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |