1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN on amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-05 04:49:35 +00:00
parent d5c1579e93
commit 5c84d0ab18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102973

View File

@ -20,10 +20,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
MAN3= str.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
test:
@cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>
.include <bsd.port.post.mk>