diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-09 18:21:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-09 18:21:11 +0000 |
commit | dc09236eb8a8723b565584a5eeb37481005d2baf (patch) | |
tree | e033bc6acfac264ec900caf709c02d8bfc023d26 | |
parent | 703efc8adbc4297b71c4cc4e78401bad3cd8d182 (diff) | |
download | pkgsrc-dc09236eb8a8723b565584a5eeb37481005d2baf.tar.gz |
# Note: this pkg auto-detects IPv6 without regarding USE_INET6.
# (Leave the above line in to still get it into the README-IPv6.html!)
-rw-r--r-- | net/ircII/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index f3b5a9edef9..6139a199e58 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/01/31 23:00:45 mrg Exp $ +# $NetBSD: Makefile,v 1.25 2000/02/09 18:21:11 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -17,6 +17,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER} .endif +# Note: this pkg auto-detects IPv6 without regarding USE_INET6. +# (Leave the above line in to still get it into the README-IPv6.html!) + PLIST_SRC= ${WRKDIR}/PLIST.tmp BUILD_DEFS+= USE_SOCKS |