summaryrefslogtreecommitdiff
path: root/security/doscan
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:19:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:19:11 +0000
commit8e65efd8797d8b3eddefae439bcc92cd65c59fa7 (patch)
tree6bf90c06f81ed0f7f1dba746c724fdcc438afef7 /security/doscan
parentThis is broken on 4.x as well. This port will be removed on April 21 if it (diff)
BROKEN on 4.x: does not compile
Notes
Notes: svn path=/head/; revision=101618
Diffstat (limited to 'security/doscan')
-rw-r--r--security/doscan/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/doscan/Makefile b/security/doscan/Makefile
index e4f6c0945994..e5a3bbd2cbbc 100644
--- a/security/doscan/Makefile
+++ b/security/doscan/Makefile
@@ -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>