diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-12-12 07:14:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-12-12 07:14:54 +0000 |
commit | f8ffa117046f6602565d7792d4f83a2ece2510ba (patch) | |
tree | 335fe46cddb98efeb0d33c60120dfcc1e56a2732 /irc/irssi-devel | |
parent | 6cee3b7e4caa7c6aedb58f2d90b5e676e415089b (diff) | |
download | ports-f8ffa117046f6602565d7792d4f83a2ece2510ba.tar.gz ports-f8ffa117046f6602565d7792d4f83a2ece2510ba.zip |
Notes
Diffstat (limited to 'irc/irssi-devel')
-rw-r--r-- | irc/irssi-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |