diff options
author | wiz <wiz> | 2001-03-05 16:40:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-05 16:40:48 +0000 |
commit | d9a062e79ac302eaf2be0783657f3fafaec751ed (patch) | |
tree | e532c525da04d94884ffa90875956f15676c80b3 | |
parent | 81f205e6fa3ce9f8aba512a7222883d17274770b (diff) | |
download | pkgsrc-d9a062e79ac302eaf2be0783657f3fafaec751ed.tar.gz |
Move line for pkglint.
-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 |