diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-01-22 10:41:20 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-01-22 10:41:20 +0800 |
commit | 546f0a4306b1df6f77e5ec61d2612c581abd7e40 (patch) | |
tree | 92315b0d8a7fe9166512137deb57ce01070730bb | |
parent | 996f2077e140160b3dd989b57d327e495a129467 (diff) | |
download | wslabports-546f0a4306b1df6f77e5ec61d2612c581abd7e40.tar.gz wslabports-546f0a4306b1df6f77e5ec61d2612c581abd7e40.tar.zst wslabports-546f0a4306b1df6f77e5ec61d2612c581abd7e40.zip |
- Correct dependency for math/R
git-svn-id: https://opensvn.csie.org/wslabports/trunk@44 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 f54df41..9c41fff 100644 --- a/217/Makefile +++ b/217/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 217 -PORTVERSION= 2009.01.21 +PORTVERSION= 2009.01.22 PORTREVISION= 0 CATEGORIES= local MASTER_SITES= # @@ -118,7 +118,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numeric>=0:${PORTSDIR}/math/py-numeric \ ${PYTHON_PKGNAMEPREFIX}gsl>=0:${PORTSDIR}/math/py-gsl \ fftw>=0:${PORTSDIR}/math/fftw \ fftw3>=0:${PORTSDIR}/math/fftw3 \ - atlas>=0:${PORTSDIR}/math/R \ + R>=0:${PORTSDIR}/math/R \ local-matlab>=0:${PORTSDIR}/local/matlab \ mpich>=0:${PORTSDIR}/net/mpich |