aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi/Makefile4
-rw-r--r--irc/netwalker-ircc/Makefile8
2 files changed, 1 insertions, 11 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 34c8721069cc..bba1a8437a27 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -63,12 +63,8 @@ CONFIGURE_ARGS+= --with-socks
.endif
.if defined(WITH_IPV6)
-.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
CATEGORIES+= ipv6
-.else
-BROKEN= This version of FreeBSD does not support IPv6. Please use WITH_IPV6=no
-.endif
.endif
.if defined(WITH_BOT)
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile
index 88b2026a378d..2777c55f3fdb 100644
--- a/irc/netwalker-ircc/Makefile
+++ b/irc/netwalker-ircc/Makefile
@@ -20,12 +20,6 @@ MAN1= netwalker.1
LDFLAGS= -lncurses ${PTHREAD_LIBS}
CFLAGS?= -O2 -Wall
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
post-patch:
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd
@@ -43,4 +37,4 @@ do-install:
@${MKDIR} ${DATADIR}
${CP} ${WRKSRC}/help/* ${PREFIX}/share/netwalker-ircc
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>