diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-01-23 20:47:12 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-01-23 20:47:12 +0800 |
commit | 1a0ef48529697834060eba6ccae5da2c0ad74910 (patch) | |
tree | 8bc33e05d43ca6b8211d25b543e12b59e38ca2b0 | |
parent | 546f0a4306b1df6f77e5ec61d2612c581abd7e40 (diff) | |
download | wslabports-1a0ef48529697834060eba6ccae5da2c0ad74910.tar.gz wslabports-1a0ef48529697834060eba6ccae5da2c0ad74910.tar.zst wslabports-1a0ef48529697834060eba6ccae5da2c0ad74910.zip |
- net/mpich is superseded by net/mpich2
git-svn-id: https://opensvn.csie.org/wslabports/trunk@45 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | 217/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/217/Makefile b/217/Makefile index 9c41fff..af1ee1d 100644 --- a/217/Makefile +++ b/217/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 217 -PORTVERSION= 2009.01.22 +PORTVERSION= 2009.01.23 PORTREVISION= 0 CATEGORIES= local MASTER_SITES= # @@ -120,7 +120,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numeric>=0:${PORTSDIR}/math/py-numeric \ fftw3>=0:${PORTSDIR}/math/fftw3 \ R>=0:${PORTSDIR}/math/R \ local-matlab>=0:${PORTSDIR}/local/matlab \ - mpich>=0:${PORTSDIR}/net/mpich + mpich2>=0:${PORTSDIR}/net/mpich2 # Biology RUN_DEPENDS+= p5-bioperl>=0:${PORTSDIR}/biology/p5-bioperl \ |