From 8e65efd8797d8b3eddefae439bcc92cd65c59fa7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 Feb 2004 22:19:11 +0000 Subject: BROKEN on 4.x: does not compile --- security/doscan/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/doscan') 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 + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -30,4 +36,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.2.3