aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/wmmaiload/Makefile8
-rw-r--r--math/arpack/Makefile4
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile
index 6a2cec123d2e..3e5ef759989b 100644
--- a/mail/wmmaiload/Makefile
+++ b/mail/wmmaiload/Makefile
@@ -70,4 +70,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${MANPREFIX}/man/man1
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 1a92c418835e..1f1983a6d2c8 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -47,6 +47,10 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64
+.endif
+
USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/ARPACK
>* Add SIZE.trevor2004-01-281-0/+1 * portlint (fix whitespace)kris2003-10-271-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Maintainer doesn't want to keep maintaining.edwin2003-02-031-1/+1 * Add a better description to archivers/untar.edwin2003-01-211-1/+1 * Make pkg-descr a little bit more descriptive.edwin2003-01-201-1/+1 * New Ports / archivers/untaredwin2003-01-20