diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-04 15:33:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-04 15:33:02 +0000 |
commit | 75121688f120fb553791c60c2ad0cefa2b5bb557 (patch) | |
tree | fe8e9e634f256d3354bd13b70b76b1a399d4fcd2 /science | |
parent | 5122d473a7773e0c1819cd36598a9d10f498b12e (diff) | |
download | ports-75121688f120fb553791c60c2ad0cefa2b5bb557.tar.gz ports-75121688f120fb553791c60c2ad0cefa2b5bb557.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index b8a379ed9de8..a7ebfe299472 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -3,6 +3,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ DISTVERSION= 20.3.04 +PORTREVISION= 1 CATEGORIES= science biology graphics perl5 python MAINTAINER= ports@FreeBSD.org @@ -28,7 +29,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ # Remote execution of suma. Also needed for glxinfo. RUN_DEPENDS= endian:sysutils/endian \ mpeg_encode:multimedia/mpeg_encode \ - qhull:math/qhull5 \ + qhull:math/qhull \ R:math/R \ ${CRAN_DEPENDS} |