diff options
-rw-r--r-- | chat/sirc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index ff4b3623bdb..ecaeadfab15 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/21 23:04:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/21 23:04:56 hubertf Exp $ DISTNAME= sirc-2.211 PKGNAME= sirc-2.211nb1 @@ -14,6 +14,9 @@ HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html USE_PERL5= # defined DEPENDS+= p5-Socket6-0.07:../../net/p5-Socket6 +# supports IPv6 (actually, af independent) +BUILD_DEFS+= USE_INET6 + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SIRC_SCRIPTS= \ adcc.pl \ |