summaryrefslogtreecommitdiffstats
path: root/dns/mydns-ng
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
committerkris <kris@FreeBSD.org>2003-05-18 11:47:52 +0000
commit3ddaf469382eaedeb2ac17057914ea4839e31db6 (patch)
tree91e11ea5d9e3664cbd1c8c4ff2ac9fae8e78aca9 /dns/mydns-ng
parentd302df41a63502e1615ae1050b39f0e25d2e0124 (diff)
downloadFreeBSD-ports-3ddaf469382eaedeb2ac17057914ea4839e31db6.zip
FreeBSD-ports-3ddaf469382eaedeb2ac17057914ea4839e31db6.tar.gz
BROKEN on 5.1: installation fails
Diffstat (limited to 'dns/mydns-ng')
-rw-r--r--dns/mydns-ng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index 880387a..c02d1c8 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/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
OpenPOWER on IntegriCloud