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 | 7cf213330b718e196865d67299d1e8f429d6e7d8 (patch) | |
tree | c4fcfd7bb6d681696628692761871284d732c4fd /misc/dpkg | |
parent | 0c87163b4f57b6d27a46d0a20fec56faedaf03ca (diff) | |
download | pkgsrc-7cf213330b718e196865d67299d1e8f429d6e7d8.tar.gz |
Also adjust Perl version requirements.
XXX should be killed
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 |