aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 07:04:44 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 07:04:44 +0800
commite90eea7c8106d9e81d021eae312dbffbbd421c30 (patch)
tree76e86f017b18e95c4848300bd2e5c4e97ea218a9 /irc
parent76a76c8949da4f34972c8ef5eb83d13c8027ab82 (diff)
downloadfreebsd-ports-gnome-e90eea7c8106d9e81d021eae312dbffbbd421c30.tar.gz
freebsd-ports-gnome-e90eea7c8106d9e81d021eae312dbffbbd421c30.tar.zst
freebsd-ports-gnome-e90eea7c8106d9e81d021eae312dbffbbd421c30.zip
Remove support for OSVERSION < 5
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>