Accept perl-thread in addition perl.
This commit is contained in:
parent
65268435ad
commit
2db0a0bb60
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2004/02/18 00:23:31 heinz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2004/07/17 20:12:23 kim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MLDBM-2.01
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MLDBM/MLDBM.html
|
||||
COMMENT= Perl5 module for storing arbitrary data in tied hashes
|
||||
|
||||
DEPENDS+= {p5-Data-Dumper>=2.08,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}
|
||||
DEPENDS+= {p5-Data-Dumper>=2.08,perl{,-thread}>=5.6.1nb2}:${PERL5_PKGSRCDIR}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2004/05/15 13:22:03 heinz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2004/07/17 20:17:12 kim Exp $
|
||||
#
|
||||
|
||||
VERS= 3.05
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Perl5 module for writing forms-based CGI programs
|
|||
|
||||
# Some perl packages install their own versions of this module.
|
||||
# Can't simply define USE_PERL5.
|
||||
BUILDLINK_DEPENDS.perl= {perl-5.0*,perl-5.6.0nb2,perl-base>=5.6.0,perl>=5.6.1nb2}
|
||||
BUILDLINK_DEPENDS.perl= {perl-5.0*,perl-5.6.0nb2,perl-base>=5.6.0,perl{,-thread}>=5.6.1nb2}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
Loading…
Reference in a new issue