aboutsummaryrefslogtreecommitdiff
path: root/devel/ossp-val
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:10:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:10:39 +0000
commit28836626dd08e58e7563354eed5b0d19bfc5c526 (patch)
tree797c7b473e2f7460e1e449260d238c2535029894 /devel/ossp-val
parent253a0c92717235baf265e96c2916484edace22eb (diff)
downloadports-28836626dd08e58e7563354eed5b0d19bfc5c526.tar.gz
ports-28836626dd08e58e7563354eed5b0d19bfc5c526.zip
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=101819
Diffstat (limited to 'devel/ossp-val')
-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>