diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-25 22:14:44 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-25 22:14:44 +0000 |
commit | 49bae1920476d1da782ea3311945304a193dbbcd (patch) | |
tree | 5e71ec5c50f681ccea23d7d146b286094984e1ba /www/nvu/Makefile | |
parent | df6728e88397556dca0aa6c5da489cf1c06da6c6 (diff) | |
download | FreeBSD-ports-49bae1920476d1da782ea3311945304a193dbbcd.zip FreeBSD-ports-49bae1920476d1da782ea3311945304a193dbbcd.tar.gz |
- Mark IGNORE on sparc64 & ia64
Reported by: pointyhat via kris (many many times)
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r-- | www/nvu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 8e3683d..8dc1279 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -29,6 +29,10 @@ CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" +.if ${ARCH} == "alpha" || ${ARCH} == "ia64" +IGNORE= Does no build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif |