diff options
Diffstat (limited to 'math/armadillo')
-rw-r--r-- | math/armadillo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index d44c4169d02b..3678da6576f0 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,6 @@ PORTNAME= armadillo PORTVERSION= 11.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma @@ -14,7 +15,7 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \ libhdf5.so:science/hdf5 \ liblapack.so:math/lapack \ libsuperlu.so:math/superlu \ - libsz.so:science/szip + libsz.so:science/libaec USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz |