aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ossp-val/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile
index 104c4689fb9c..6c8387ba237d 100644
--- a/devel/ossp-val/Makefile
+++ b/devel/ossp-val/Makefile
@@ -24,5 +24,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>