diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-26 06:28:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-26 06:28:19 +0800 |
commit | 6360b0c51900f9aaa1e6662271ebc25a1603d279 (patch) | |
tree | 860c431910f8332d54abaa1c8f88d85e5c152575 /www/nvu | |
parent | 49bae1920476d1da782ea3311945304a193dbbcd (diff) | |
download | freebsd-ports-gnome-6360b0c51900f9aaa1e6662271ebc25a1603d279.tar.gz freebsd-ports-gnome-6360b0c51900f9aaa1e6662271ebc25a1603d279.tar.zst freebsd-ports-gnome-6360b0c51900f9aaa1e6662271ebc25a1603d279.zip |
- s/alpha/sparc64/ s/IGNORE/BROKEN/
Reported by: kris
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 |