summaryrefslogtreecommitdiff
path: root/devel/ossp-l2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:13:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:13:20 +0000
commit0dcf72d321b489df5fd29aaa1c051e55fe863e47 (patch)
tree2138a1713f599bf2ee4db0f360a35bbfe7db54a2 /devel/ossp-l2
parentBROKEN on alpha: Does not compile (diff)
BROKEN on alpha and amd64: Does not compile
Notes
Notes: svn path=/head/; revision=101820
Diffstat (limited to 'devel/ossp-l2')
-rw-r--r--devel/ossp-l2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
index 8daa6a775f30..bfd9553dd55d 100644
--- a/devel/ossp-l2/Makefile
+++ b/devel/ossp-l2/Makefile
@@ -24,5 +24,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha or amd64"
+.endif
+
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>