diff options
author | obache <obache@pkgsrc.org> | 2012-12-17 13:25:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-17 13:25:57 +0000 |
commit | 0604f9c500fcb806d0692f8103bd3d0fccde8a8e (patch) | |
tree | 61f214828837183ed80c3c20c2d6afe54a00e04c | |
parent | 5a631686587369f4066ebbf4eae6eaff14d16e62 (diff) | |
download | pkgsrc-0604f9c500fcb806d0692f8103bd3d0fccde8a8e.tar.gz |
Update dependency pattern.
Getopt::Long version 2.35 is in perl-5.8.8 CORE.
Bump PKGREVISION.
-rw-r--r-- | sysutils/dirvish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 764fd35f8e0..f686819cf58 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/10/23 19:50:58 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/12/17 13:25:57 obache Exp $ # DISTNAME= dirvish-1.2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.dirvish.org/ EXTRACT_SUFX= .tgz @@ -12,7 +12,7 @@ HOMEPAGE= http://www.dirvish.org/ COMMENT= Fast, disk based, rotating network backup system DEPENDS+= rsync>=2.6.0:../../net/rsync -DEPENDS+= p5-Getopt-Long>=2.35:../../devel/p5-Getopt-Long +DEPENDS+= {perl>=5.8.8,p5-Getopt-Long>=2.35}:../../devel/p5-Getopt-Long DEPENDS+= p5-Time-modules>=2003.0:../../time/p5-Time-modules DEPENDS+= p5-Time-Period>=1.0:../../time/p5-Time-Period |