summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-04-22 06:28:30 +0000
committerjlam <jlam>2001-04-22 06:28:30 +0000
commit2ef56ef705ff1c8cd4e96e1334d718966e650184 (patch)
tree788e83687d12b57e76a53231b0ae82a751806765 /mk/bsd.pkg.mk
parent03cc34378c8332695b98c1d53376fc861eff4363 (diff)
downloadpkgsrc-2ef56ef705ff1c8cd4e96e1334d718966e650184.tar.gz
Update dependency on perl-mk to 1.1.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
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)