diff options
Diffstat (limited to 'biology/p5-bioperl-run/Makefile')
-rw-r--r-- | biology/p5-bioperl-run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile index 5414a95550f8..b2becf786dbf 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -18,8 +18,8 @@ MAINTAINER= mauricio@arareko.net COMMENT= Wrapper modules for common bioinformatics tools 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 + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-bioperl-run-1.[13579]* |