diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:19:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:19:11 +0800 |
commit | baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7 (patch) | |
tree | 46a27c3f9c891ac5ad856d48e665073940faeb8c | |
parent | 2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6 (diff) | |
download | freebsd-ports-gnome-baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7.tar.gz freebsd-ports-gnome-baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7.tar.zst freebsd-ports-gnome-baadd96ad5d98fd4e87ca338ab5cf4a5b8c0d6b7.zip |
BROKEN on 4.x: does not compile
-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 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> |