diff options
author | pav <pav@FreeBSD.org> | 2009-08-03 04:00:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-03 04:00:08 +0800 |
commit | 88ddc5f928f759a739081bee099b4cda21b5f28d (patch) | |
tree | 0725129f7076042faa31251dd6063b81fb53d6df | |
parent | d96e06f10db3c992dc7513c56cf0f216b9ae9797 (diff) | |
download | freebsd-ports-gnome-88ddc5f928f759a739081bee099b4cda21b5f28d.tar.gz freebsd-ports-gnome-88ddc5f928f759a739081bee099b4cda21b5f28d.tar.zst freebsd-ports-gnome-88ddc5f928f759a739081bee099b4cda21b5f28d.zip |
- Relax check on bioperl version; people keep forgetting to update this check
when updating bioperl port
Reported by: pointyhat
-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 73a7d10a10f3..17f8da419c02 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -17,7 +17,7 @@ DISTNAME= BioPerl-run-${PORTVERSION} MAINTAINER= mauricio@arareko.net COMMENT= Wrapper modules for common bioinformatics tools -BUILD_DEPENDS= p5-bioperl=1.6.0:${PORTSDIR}/biology/p5-bioperl \ +BUILD_DEPENDS= p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl \ ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS= ${BUILD_DEPENDS} |