diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
commit | f9d1bdc34ed9f1c2400160515de29a19f3c0f61c (patch) | |
tree | b9c04dc390a0c7ef995c6a500bd1406acca15e99 /dns/posadis | |
parent | 5d39d5ac03716fd77421084e7ef4d97ba118c2d5 (diff) | |
download | ports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.tar.gz ports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.zip |
Notes
Diffstat (limited to 'dns/posadis')
-rw-r--r-- | dns/posadis/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index e626663b6e46..d1863e198438 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -40,10 +40,16 @@ MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1 MAN5= posadisrc.5 DOCS= AUTHORS ChangeLog README TODO +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |