summaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-12-12 07:14:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-12-12 07:14:54 +0000
commitf8ffa117046f6602565d7792d4f83a2ece2510ba (patch)
tree335fe46cddb98efeb0d33c60120dfcc1e56a2732 /irc/irssi
parentONLY_FOR_ARCHS=i386 (diff)
Disable ipv6 support, it broken dcc command.
Submitted by: "BigBrother (BigB3)" <bigbrother@bonbon.net> Approved by: kris
Notes
Notes: svn path=/head/; revision=71551
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 1b821c0d4df1..22e8789da411 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= irc ipv6 # `+=' is for slave ports
MASTER_SITES= http://irssi.org/files/
@@ -24,11 +24,11 @@ CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
-.else
+#.if ${OSVERSION} >= 400014
+#CONFIGURE_ARGS+= --enable-ipv6
+#.else
CONFIGURE_ARGS+= --disable-ipv6
-.endif
+#.endif
pre-configure:
@cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample