diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
commit | 54a8429294c5507a55483e8f98557b0fc14c5bd4 (patch) | |
tree | 45333310d0442ed9bac42b279a43afa96d4e0fba /dns | |
parent | c1b8706f4db8797ab6d176ebacc9e95120583a75 (diff) | |
download | FreeBSD-ports-54a8429294c5507a55483e8f98557b0fc14c5bd4.zip FreeBSD-ports-54a8429294c5507a55483e8f98557b0fc14c5bd4.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'dns')
-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 e626663..d1863e1 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> |