diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-01 14:25:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-01 14:25:53 +0000 |
commit | 29cdf514f5bef57212a1d7ee1211268b90f70a88 (patch) | |
tree | a3566ff4f8ee4f00d350977695237b3369a7404a /chat/sirc | |
parent | 7ca950f2f6d7b74915e408cfb1296aeb5634bfc1 (diff) | |
download | pkgsrc-29cdf514f5bef57212a1d7ee1211268b90f70a88.tar.gz |
Update depends on p5-Socket6 to >=0.07.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index ecaeadfab15..e1f33d1f1a2 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/21 23:04:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/01 14:25:53 wiz Exp $ DISTNAME= sirc-2.211 PKGNAME= sirc-2.211nb1 @@ -12,7 +12,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html USE_PERL5= # defined -DEPENDS+= p5-Socket6-0.07:../../net/p5-Socket6 +DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 # supports IPv6 (actually, af independent) BUILD_DEFS+= USE_INET6 |