BROKEN on 4.x and !i386: Does not compile
This commit is contained in:
parent
70e59b963a
commit
9f4d61c418
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110354
@ -34,6 +34,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000 || ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on 4.x or on !i386"
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_NOCLIENTS)
|
||||
.for command in ${CLIENTS}
|
||||
PLIST_FILES+= bin/${command}
|
||||
|
Loading…
Reference in New Issue
Block a user