diff options
author | agc <agc> | 2000-01-17 14:33:46 +0000 |
---|---|---|
committer | agc <agc> | 2000-01-17 14:33:46 +0000 |
commit | 1392f0e115324018bb1fecaa8ce6d4c3fdf86d36 (patch) | |
tree | af9f270030bf5bff89275a89114ab4624559837c /mk | |
parent | f0fb548d69c4bd8e1989e5c314ebb04bbc645cde (diff) | |
download | pkgsrc-1392f0e115324018bb1fecaa8ce6d4c3fdf86d36.tar.gz |
Avoid problems with the newly updated Perl package by expressing the
dependency as a wildcard:
DEPENDS+= perl-*:${PKGSRCDIR}/lang/perl5
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 170f4f881f1..1953cdb7626 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.394 2000/01/15 02:08:03 jwise Exp $ +# $NetBSD: bsd.pkg.mk,v 1.395 2000/01/17 14:33:46 agc Exp $ # # This file is in the public domain. # @@ -136,7 +136,7 @@ BUILD_DEFS+= KERBEROS .endif .if defined(USE_PERL5) -DEPENDS+= perl-5.00404:${PKGSRCDIR}/lang/perl5 +DEPENDS+= perl-*:${PKGSRCDIR}/lang/perl5 .endif .if defined(USE_FORTRAN) |