aboutsummaryrefslogtreecommitdiff
path: root/devel/ossp-al
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-30 13:01:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-30 13:01:47 +0000
commit17e6f687f262abcb984d69d7d998705d9bbd25da (patch)
treebc7aaeca28ef10e89ab2fa577648dec4388a3bba /devel/ossp-al
parentd334590ce1e6fabc09728f2adfa38ee6b1b1fe62 (diff)
downloadports-17e6f687f262abcb984d69d7d998705d9bbd25da.tar.gz
ports-17e6f687f262abcb984d69d7d998705d9bbd25da.zip
Notes
Diffstat (limited to 'devel/ossp-al')
-rw-r--r--devel/ossp-al/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile
index 06937f29cc20..f01320692683 100644
--- a/devel/ossp-al/Makefile
+++ b/devel/ossp-al/Makefile
@@ -27,5 +27,10 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>