diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-05 13:24:46 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-05 13:24:46 +0800 |
commit | 0be46d8fdbf91b5acf5c0683c4ec40cc44bd61ee (patch) | |
tree | 005967d070326437097abe061fcd1141ad41b460 /math/octave | |
parent | e1da34eb81a1ed6ecfcef090e34fe06c13231c83 (diff) | |
download | freebsd-ports-gnome-0be46d8fdbf91b5acf5c0683c4ec40cc44bd61ee.tar.gz freebsd-ports-gnome-0be46d8fdbf91b5acf5c0683c4ec40cc44bd61ee.tar.zst freebsd-ports-gnome-0be46d8fdbf91b5acf5c0683c4ec40cc44bd61ee.zip |
cad/calculix-ccx math/arpack++ math/armadillo math/scilab math/octave: Change dependency from math/arpack to math/arpack-ng
math/arpack is a dead, unmaintained project, and math/arpack-ng is a maintained and updated fork.
This commit is effectively a version upgrade of the arpack dependency.
Approved by: portmgr blanket (does not result in a change in contents of the resulting package)
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index f059036cf760..878f816623d6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math java MASTER_SITES= GNU @@ -20,7 +20,7 @@ RUN_DEPENDS= gnuplot:math/gnuplot \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ - libarpack.so:math/arpack \ + libarpack.so:math/arpack-ng \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ |