diff options
Diffstat (limited to 'misc/dpkg')
-rw-r--r-- | misc/dpkg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile index e2df8bda113..0c9bd4cdde3 100644 --- a/misc/dpkg/Makefile +++ b/misc/dpkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:26 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/05/31 20:14:24 joerg Exp $ # DISTNAME= dpkg_1.16.3 @@ -31,8 +31,8 @@ REPLACE_PERL+= dselect/methods/ftp/update # XXX this is probably not the best way to do this but it'll have to # serve for the moment. -THIS_PERL_VERSION= 5.16.0 -NEXT_PERL_VERSION= 5.18.0 +THIS_PERL_VERSION= 5.18.0 +NEXT_PERL_VERSION= 5.20.0 PLIST_SUBST+= PERL=${THIS_PERL_VERSION} PERL_DEP= perl>=${THIS_PERL_VERSION}<${NEXT_PERL_VERSION} DEPENDS+= ${PERL_DEP}:../../lang/perl5 |