aboutsummaryrefslogtreecommitdiffstats
path: root/irc/tr-ircd/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-09 07:16:13 +0800
committerkrion <krion@FreeBSD.org>2004-12-09 07:16:13 +0800
commitfd645f7bf4132b91311c3eee07c95013b0d748fa (patch)
treee18b71fb61134cbef331a4490b15d3dfcdd76c49 /irc/tr-ircd/Makefile
parentfc910bd62921fe134b93657c55cdc8092a8f2599 (diff)
downloadfreebsd-ports-gnome-fd645f7bf4132b91311c3eee07c95013b0d748fa.tar.gz
freebsd-ports-gnome-fd645f7bf4132b91311c3eee07c95013b0d748fa.tar.zst
freebsd-ports-gnome-fd645f7bf4132b91311c3eee07c95013b0d748fa.zip
BROKEN on 4.x: Broken pkg-plist
Diffstat (limited to 'irc/tr-ircd/Makefile')
-rw-r--r--irc/tr-ircd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index 8a2add8e0ab1..76dc8eda30da 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