diff options
author | kris <kris@FreeBSD.org> | 2004-02-21 22:19:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-21 22:19:11 +0000 |
commit | baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7 (patch) | |
tree | 46a27c3f9c891ac5ad856d48e665073940faeb8c /security/doscan | |
parent | 2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6 (diff) | |
download | FreeBSD-ports-baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7.zip FreeBSD-ports-baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7.tar.gz |
BROKEN on 4.x: does not compile
Diffstat (limited to 'security/doscan')
-rw-r--r-- | security/doscan/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/doscan/Makefile b/security/doscan/Makefile index e4f6c09..e5a3bbd 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> |