summaryrefslogtreecommitdiff
path: root/www/nvu
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-07-05 22:12:13 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-07-05 22:12:13 +0000
commit997d9367d911f112ef3a121a1cbe916ca0dae706 (patch)
tree928738530956fe431f5f504c65dd56402c8eba7d /www/nvu
parentThis is a Fortran 77 compatibility runtime linux (Fedora Core 4) (diff)
- Welcome back sparc64 on kern.osreldate>=601101
Notes
Notes: svn path=/head/; revision=167013
Diffstat (limited to 'www/nvu')
-rw-r--r--www/nvu/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile
index 4ee15f053f37..418c8176e070 100644
--- a/www/nvu/Makefile
+++ b/www/nvu/Makefile
@@ -29,10 +29,14 @@ CFLAGS+= -I${X11BASE}/include
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../mozilla/Makefile.common"
-.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+.if ${ARCH} == "ia64"
BROKEN= does not build
.endif
+.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101
+IGNORE= does not build
+.endif
+
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif