1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

BROKEN on 4.x and on !i386 and !ia64: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-18 12:14:51 +00:00
parent 901407cedc
commit af7ef597a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104437

View File

@ -23,4 +23,10 @@ MAKE_ARGS+= os=freebsd
BUILD_WRKSRC= ${WRKSRC}/mDNSPosix
INSTALL_WRKSRC= ${WRKSRC}/mDNSPosix
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 || ( ${ARCH} != "i386" && ${ARCH} != "ia64" )
BROKEN= "Does not compile on 4.x or on !i386 and !ia64"
.endif
.include <bsd.port.post.mk>