aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-10-12 21:51:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-10-12 21:51:17 +0000
commite7da07659a82db877c61fa7a8362f5562aa6e3b2 (patch)
tree0925c85fd48157f6c0ec38ad60aacb92fcf1f38c /dns
parentbae74fd7118e3dbf6404f9a916fb0be1d27a1887 (diff)
downloadports-e7da07659a82db877c61fa7a8362f5562aa6e3b2.tar.gz
ports-e7da07659a82db877c61fa7a8362f5562aa6e3b2.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/radns/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/radns/Makefile b/dns/radns/Makefile
index ddeea50fb883..f7f1ae96f113 100644
--- a/dns/radns/Makefile
+++ b/dns/radns/Makefile
@@ -28,6 +28,12 @@ MAN8= radns.8
PORTDOCS= LICENSE README README.FreeBSD NEWS
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@@ -40,4 +46,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>