1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

BROKEN on amd64: Does not build

This commit is contained in:
Kris Kennaway 2006-09-10 23:42:14 +00:00
parent 7006e6b647
commit 95bc185cd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172737

View File

@ -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>