summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-21 16:45:04 +0000
committerwiz <wiz@pkgsrc.org>2001-02-21 16:45:04 +0000
commit6975986ad75a5efcaf6f1c2e26bb123810e661cb (patch)
tree857ca620ca695e5d8b935d5c7872f829366fb608 /mk
parent676124ec2a0a44dd701261eed887ab317969a81b (diff)
downloadpkgsrc-6975986ad75a5efcaf6f1c2e26bb123810e661cb.tar.gz
Fix the BUILD_DEPEND for perl-mk. Noted by David Brownlee.
Diffstat (limited to '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 0739180483d..45b95fcf77a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.669 2001/02/21 15:01:29 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.670 2001/02/21 16:45:04 wiz Exp $
#
# This file is in the public domain.
#
@@ -157,7 +157,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+= ${LOCALBASE}/share/mk/bsd.perl.mk:../../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)