diff options
Diffstat (limited to 'net/mydns/Makefile')
-rw-r--r-- | net/mydns/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mydns/Makefile b/net/mydns/Makefile index 880387ac3527..c02d1c87db81 100644 --- a/net/mydns/Makefile +++ b/net/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 |