diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-17 18:29:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-17 18:29:24 +0800 |
commit | e68a69b1f9ec5bfe37b7077eac2bdfa289a35799 (patch) | |
tree | e0a7363f2ec27cc0f78178ff7087195a09916b16 /net-im/sulci | |
parent | f54db9ddad503a66ab54831e90b5a4b4e3cca5b4 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |