diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:42:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:42:14 +0000 |
commit | 95bc185cd49995f0a328f0fb56ba6b9e5c2675c9 (patch) | |
tree | ba62bb8d13c04e98f4c7467c3f2b18314b52489a /databases | |
parent | BROKEN on amd64: Does not compile (diff) |
BROKEN on amd64: Does not build
Notes
Notes:
svn path=/head/; revision=172737
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index f3f5e7b30463..26033c5a5a75 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -35,6 +35,12 @@ SUB_FILES= pkg-install pkg-deinstall DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README style.css *.html +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 +BROKEN= Does not build on amd64 +.endif + do-install: @${ECHO_MSG} "==> Installing port files for ${PKGORIGIN}..." @( cd ${WRKSRC};\ @@ -56,4 +62,4 @@ do-install: done ) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |