1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN: Configure fails on !i386 and !alpha

This commit is contained in:
Kris Kennaway 2004-03-05 08:36:14 +00:00
parent 59001e6a30
commit bcb966e00b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102986
2 changed files with 14 additions and 2 deletions

View File

@ -17,4 +17,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= # empty
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Configure fails on !i386 and !alpha"
.endif
.include <bsd.port.post.mk>

View File

@ -17,4 +17,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= # empty
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Configure fails on !i386 and !alpha"
.endif
.include <bsd.port.post.mk>