diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /net/clive | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net/clive')
-rw-r--r-- | net/clive/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 1b5078d626b..66c3c95cc4c 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2013/10/08 08:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2013/12/09 14:17:50 obache Exp $ DISTNAME= clive-2.3.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ @@ -15,7 +15,7 @@ DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts DEPENDS+= curl-[0-9]*:../../www/curl DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile -DEPENDS+= p5-version>=0.77:../../devel/p5-version +DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version PERL5_PACKLIST= auto/clive/.packlist INSTALLATION_DIRS= share/examples/clive |