summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-21 16:45:04 +0000
committerwiz <wiz>2001-02-21 16:45:04 +0000
commit42c8758e73381ac6269ff3e61928eda788f19f64 (patch)
tree857ca620ca695e5d8b935d5c7872f829366fb608
parent8f043c095e82e69b4771b09ad854dafed2879918 (diff)
downloadpkgsrc-42c8758e73381ac6269ff3e61928eda788f19f64.tar.gz
Fix the BUILD_DEPEND for perl-mk. Noted by David Brownlee.
-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)