diff options
author | pav <pav@FreeBSD.org> | 2009-01-16 06:47:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-16 06:47:02 +0800 |
commit | 50f7ac76a9fe670ac7105e9cc8ae59ec97d71017 (patch) | |
tree | ac03387018d56b97ace35debe8e7ff6ce8375c0a /biology | |
parent | 636944ff6ffbb6059ef92d80f934868d03a18dbc (diff) | |
download | freebsd-ports-gnome-50f7ac76a9fe670ac7105e9cc8ae59ec97d71017.tar.gz freebsd-ports-gnome-50f7ac76a9fe670ac7105e9cc8ae59ec97d71017.tar.zst freebsd-ports-gnome-50f7ac76a9fe670ac7105e9cc8ae59ec97d71017.zip |
- Unbreak after p5-bioperl changed portrevision
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-bioperl-run/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile index ffd52df8f367..3d733736464a 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net COMMENT= Wrapper modules for common bioinformatics tools -BUILD_DEPENDS= p5-bioperl=1.4_1:${PORTSDIR}/biology/p5-bioperl \ +BUILD_DEPENDS= p5-bioperl=1.4_2:${PORTSDIR}/biology/p5-bioperl \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS= ${BUILD_DEPENDS} |