diff options
author | tobez <tobez@FreeBSD.org> | 2009-01-14 23:10:02 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-01-14 23:10:02 +0800 |
commit | ccb1d65f66075e7914e6a93aa8faa42c02c60746 (patch) | |
tree | a28f7a576d5ecd82ba939a5045a4815cf7e94fc7 /biology | |
parent | 4c9535c4f540fef94493f11944b8f36a16ca6ba7 (diff) | |
download | freebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.tar.gz freebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.tar.zst freebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.zip |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-bioperl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index cb58ecd710f6..10fea6cdf8d2 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -7,7 +7,7 @@ PORTNAME= bioperl PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology perl5 MASTER_SITES= http://bioperl.org/DIST/ \ CPAN @@ -343,6 +343,7 @@ MAN3= Bio::Align::AlignI.3 \ Bio::Graphics::Panel.3 \ Bio::Graphics::Pictogram.3 \ Bio::Graphics::RendererI.3 \ + Bio::Graphics::Util.3 \ Bio::IdCollectionI.3 \ Bio::IdentifiableI.3 \ Bio::Index::Abstract.3 \ |