diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-05 16:40:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-05 16:40:48 +0000 |
commit | 16f1e1c10084cf4724f715a3d94bbf578b5403dd (patch) | |
tree | e532c525da04d94884ffa90875956f15676c80b3 /chat/sirc | |
parent | 0abb1e7fa24ea9d19608bd89051782c500d319ca (diff) | |
download | pkgsrc-16f1e1c10084cf4724f715a3d94bbf578b5403dd.tar.gz |
Move line for pkglint.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index 14b190bb0a9..79741b68930 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:51:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/05 16:40:48 wiz Exp $ DISTNAME= sirc-2.211 PKGNAME= sirc-2.211nb1 @@ -12,9 +12,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html COMMENT= IRC client written and programmable in perl -USE_PERL5= # defined DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 +USE_PERL5= # defined + # supports IPv6 (actually, af independent) BUILD_DEFS+= USE_INET6 |