mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Mark broken on amd64.
Approved by: lawrance (mentor)
This commit is contained in:
parent
4de749d3de
commit
6326ccc5aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162639
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user