1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

BROKEN on 5.x (does not build)

This commit is contained in:
Kris Kennaway 2003-10-12 08:28:42 +00:00
parent 0dd2cc807c
commit 8fece8ceae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90891

View File

@ -24,4 +24,10 @@ MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
dns-hosts-import.1 dns-hosts.1 dns-license.1 \
dns-ng.1 dns-rev.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 501000
BROKEN= "Does not build"
.endif
.include <bsd.port.post.mk>