aboutsummaryrefslogtreecommitdiff
path: root/irc/irc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /irc/irc
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
Notes
Diffstat (limited to 'irc/irc')
-rw-r--r--irc/irc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 333f81607755..51f70b77d8a3 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -36,9 +36,11 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh
+OPTIONS= IPV6 "Enable IPv6 support" on
+
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 400014
+.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --enable-ip6
.endif