aboutsummaryrefslogtreecommitdiff
path: root/irc
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
parent6cee3b7e4caa7c6aedb58f2d90b5e676e415089b (diff)
downloadports-f8ffa117046f6602565d7792d4f83a2ece2510ba.tar.gz
ports-f8ffa117046f6602565d7792d4f83a2ece2510ba.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi-devel/Makefile10
-rw-r--r--irc/irssi/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile
index 1b821c0d4df1..22e8789da411 100644
--- a/irc/irssi-devel/Makefile
+++ b/irc/irssi-devel/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
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