diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 06:51:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 06:51:42 +0000 |
commit | b62e166e016fb23accb94ecfbce5e5e33fcc016a (patch) | |
tree | 3235717c8681f90989c55e071185bd24b0c06b6a /biology | |
parent | bdd8f3438e56980a0f520db0d53aa4e5acee6bf7 (diff) | |
download | ports-b62e166e016fb23accb94ecfbce5e5e33fcc016a.tar.gz ports-b62e166e016fb23accb94ecfbce5e5e33fcc016a.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-bioperl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index e2c0fe049da0..69ce1c3dc892 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -13,8 +13,7 @@ DISTNAME= BioPerl-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= A collection of Perl modules for bioinformatics -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \ - ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/${PERL_PORT} \ +BUILD_DEPENDS= p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ p5-Bio-ASN1-EntrezGene>=0:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \ p5-Class-AutoClass>=0:${PORTSDIR}/devel/p5-Class-AutoClass \ p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \ |