diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-31 20:14:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-31 20:14:24 +0000 |
commit | c1b75a771bd2e186275bec4ca165396d29921f9e (patch) | |
tree | c4fcfd7bb6d681696628692761871284d732c4fd /misc | |
parent | 679751af1ba8c367fb701579f12785485716ec0d (diff) | |
download | pkgsrc-c1b75a771bd2e186275bec4ca165396d29921f9e.tar.gz |
Also adjust Perl version requirements.
XXX should be killed
Diffstat (limited to 'misc')
-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 |