diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | fe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch) | |
tree | cd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /dns/fastresolve/Makefile | |
parent | BROKEN on 5.x: Configure fails (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to '')
-rw-r--r-- | dns/fastresolve/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index e3eaa9f6967c..34027b02b9f3 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -49,6 +49,12 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \ reresolve.1 make-report.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -59,4 +65,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/timings ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |