diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/afni | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 14254ed12663..f9bfdb597308 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -19,17 +19,17 @@ COMMENT= Advanced Functional Neuro Imaging LICENSE= GPLv2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ - libR.so:${PORTSDIR}/math/R \ - libgsl.so:${PORTSDIR}/math/gsl \ - libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libf2c.so:${PORTSDIR}/lang/f2c -RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ - ppmtogif:${PORTSDIR}/graphics/netpbm \ - endian:${PORTSDIR}/sysutils/endian \ - qhull:${PORTSDIR}/math/qhull5 +BUILD_DEPENDS= gm4:devel/m4 +LIB_DEPENDS= libXm.so:x11-toolkits/open-motif \ + libR.so:math/R \ + libgsl.so:math/gsl \ + libnetcdff.so:science/netcdf-fortran \ + libxml2.so:textproc/libxml2 \ + libf2c.so:lang/f2c +RUN_DEPENDS= mpeg_encode:multimedia/mpeg_encode \ + ppmtogif:graphics/netpbm \ + endian:sysutils/endian \ + qhull:math/qhull5 CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ |