diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-24 18:26:39 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-24 18:26:39 +0000 |
commit | c971fe3c72f2697dc0543ea90e05f89619d1024a (patch) | |
tree | bdf679440185c48d2dff5c3a1f8efb02a52dd3d8 /science/afni | |
parent | feca0e445c2f03b3bdb88ec2ed02d757c1aa3d11 (diff) |
Notes
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 6864254088e8..c6c681843bae 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -20,10 +20,10 @@ COMMENT= Advanced Functional Neuro Imaging LICENSE= GPLv2 -BUILD_DEPENDS= gm4:devel/m4 \ - R:math/R +BUILD_DEPENDS= gm4:devel/m4 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libf2c.so:lang/f2c \ + libR.so:math/R \ libgsl.so:math/gsl \ libnetcdff.so:science/netcdf-fortran \ libxml2.so:textproc/libxml2 \ @@ -31,8 +31,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ RUN_DEPENDS= endian:sysutils/endian \ mpeg_encode:multimedia/mpeg_encode \ ppmtogif:graphics/netpbm \ - qhull:math/qhull5 \ - R:math/R + qhull:math/qhull5 CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ |