diff options
Diffstat (limited to 'irc/tr-ircd/Makefile')
-rw-r--r-- | irc/tr-ircd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 8a2add8e0ab..76dc8eda30d 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Broken pkg-plist" +.endif + .if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--enable-ipv6 .endif |