diff options
author | obache <obache@pkgsrc.org> | 2014-06-02 12:51:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-02 12:51:38 +0000 |
commit | cd55cbbed9b2be20632c6139eb29104d577325bc (patch) | |
tree | b49ad941fe037d74a01e2e3035fe4f619ea38df4 /biology | |
parent | 02f6c853d76b58cd38e0669cbd3540443f42872f (diff) | |
download | pkgsrc-cd55cbbed9b2be20632c6139eb29104d577325bc.tar.gz |
DB_File was first released with perl 5
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bioperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/bioperl/Makefile b/biology/bioperl/Makefile index 1884dc3d4a4..f4dffa63783 100644 --- a/biology/bioperl/Makefile +++ b/biology/bioperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/06/02 10:06:06 obache Exp $ +# $NetBSD: Makefile,v 1.28 2014/06/02 12:51:38 obache Exp $ DISTNAME= BioPerl-1.6.923 PKGNAME= ${DISTNAME:tl} @@ -19,7 +19,7 @@ DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare DEPENDS+= p5-Bio-ASN1-EntrezGene-[0-9]*:../../biology/p5-Bio-ASN1-EntrezGene DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone DEPENDS+= p5-Convert-Binary-C-[0-9]*:../../devel/p5-Convert-Binary-C -DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File +DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File DEPENDS+= p5-Data-Stag>=0.11:../../devel/p5-Data-Stag DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Manifest>=1.52}:../../devel/p5-ExtUtils-Manifest |