diff options
author | jlam <jlam> | 2001-04-22 06:28:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-22 06:28:30 +0000 |
commit | 2ef56ef705ff1c8cd4e96e1334d718966e650184 (patch) | |
tree | 788e83687d12b57e76a53231b0ae82a751806765 /mk | |
parent | 03cc34378c8332695b98c1d53376fc861eff4363 (diff) | |
download | pkgsrc-2ef56ef705ff1c8cd4e96e1334d718966e650184.tar.gz |
Update dependency on perl-mk to 1.1.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 77e234f60ed..e3e94ebc804 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.725 2001/04/21 12:56:56 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.726 2001/04/22 06:29:37 jlam Exp $ # # This file is in the public domain. # @@ -151,7 +151,7 @@ PERL5?= ${LOCALBASE}/bin/perl .if defined(USE_PERL5) DEPENDS+= perl-5.*:../../lang/perl5 .if exists(${PERL5}) -BUILD_DEPENDS+= perl-mk-1.0:../../pkgtools/perl-mk +BUILD_DEPENDS+= perl-mk-1.1:../../pkgtools/perl-mk .if exists(${LOCALBASE}/share/mk/bsd.perl.mk) .include "${LOCALBASE}/share/mk/bsd.perl.mk" .elif !defined(PERL5_SITELIB) || !defined(PERL5_SITEARCH) || !defined(PERL5_ARCHLIB) |