1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Mark broken on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-09-01 07:57:08 +00:00
parent 43e1f2c2f0
commit 2f73d36c58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171787

View File

@ -26,4 +26,10 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>