summaryrefslogtreecommitdiff
path: root/dns/mydns
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
commit8cd27aeab31370ee610906a9c8c9f142beb264e8 (patch)
tree03e0ffa373b5c51b3c3b714d6fac916bd7bb41a2 /dns/mydns
parentBROKEN on 5.1: bad C++ (diff)
BROKEN on 5.1: installation fails
Notes
Notes: svn path=/head/; revision=81218
Diffstat (limited to 'dns/mydns')
-rw-r--r--dns/mydns/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 880387ac3527..c02d1c87db81 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -29,6 +29,10 @@ DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART README TODO
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Installation fails"
+.endif
+
.if defined (WITH_PGSQL)
LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--without-mysql