aboutsummaryrefslogtreecommitdiff
path: root/science/afni
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2017-07-24 18:26:39 +0000
committerPawel Pekala <pawel@FreeBSD.org>2017-07-24 18:26:39 +0000
commitc971fe3c72f2697dc0543ea90e05f89619d1024a (patch)
treebdf679440185c48d2dff5c3a1f8efb02a52dd3d8 /science/afni
parentfeca0e445c2f03b3bdb88ec2ed02d757c1aa3d11 (diff)
downloadports-c971fe3c72f2697dc0543ea90e05f89619d1024a.tar.gz
ports-c971fe3c72f2697dc0543ea90e05f89619d1024a.zip
After r446199 libR.so has SONAME and was made visible for
consumer ports. Register correct dependency by using LIB_DEPENDS instead of BUILD|RUN_DEPENDS dance. math/rkward-kde4: - Add 2 missing files to pkg-plist also PR: 219776 Submitted by: myself Approved by: maintainers timeouts
Notes
Notes: svn path=/head/; revision=446540
Diffstat (limited to 'science/afni')
-rw-r--r--science/afni/Makefile7
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]* \