1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-29 06:48:52 +00:00
parent 4a766b70eb
commit ed8119e210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105583

View File

@ -26,6 +26,12 @@ MAN1= xsb.1
PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
OPSYS=${OPSYS:S/BSD/bsd/g:S/F/f/g:S/O/o/g:S/N/n/g}
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
do-build:
@ cd ${WRKSRC} ; \
./configure ; \
@ -40,4 +46,4 @@ do-install:
${ECHO_CMD} To run it, execute ${PREFIX}/XSB/bin/xsb ; \
${ECHO_CMD} The user manual is in ${PREFIX}/share/xsb
.include <bsd.port.mk>
.include <bsd.port.post.mk>