aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/sulci
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-17 18:29:24 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-17 18:29:24 +0800
commite68a69b1f9ec5bfe37b7077eac2bdfa289a35799 (patch)
treee0a7363f2ec27cc0f78178ff7087195a09916b16 /net-im/sulci
parentf54db9ddad503a66ab54831e90b5a4b4e3cca5b4 (diff)
downloadfreebsd-ports-gnome-e68a69b1f9ec5bfe37b7077eac2bdfa289a35799.tar.gz
freebsd-ports-gnome-e68a69b1f9ec5bfe37b7077eac2bdfa289a35799.tar.zst
freebsd-ports-gnome-e68a69b1f9ec5bfe37b7077eac2bdfa289a35799.zip
Mark broken on amd64.
Approved by: lawrance (mentor)
Diffstat (limited to 'net-im/sulci')
-rw-r--r--net-im/sulci/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/sulci/Makefile b/net-im/sulci/Makefile
index 125f25e21c6d..d70c704bb679 100644
--- a/net-im/sulci/Makefile
+++ b/net-im/sulci/Makefile
@@ -37,6 +37,12 @@ SUB_FILES= pkg-message
OCAML_SITELIBDIR= ${LOCALBASE}/lib/ocaml/site-lib
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= does not build on ${ARCH}, included getopt.cmxa and ${LOCALBASE}/lib/ocaml/stdlib.cmxa conflict
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} ${PREFIX}/sbin
@@ -70,4 +76,4 @@ do-install:
post-install:
${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>