1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN on 4.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-21 22:19:11 +00:00
parent 644bbb43ad
commit 8e65efd879
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101618

View File

@ -22,6 +22,12 @@ USE_GCC= 3.3
DOC_FILES= README
MAN1= doscan.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@ -30,4 +36,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>