diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-05 05:24:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-05 05:24:46 +0000 |
commit | b73f018b9c58d58348f4a2cfc3d364f2e48424e8 (patch) | |
tree | 005967d070326437097abe061fcd1141ad41b460 /math/armadillo/Makefile | |
parent | 04f191de2f022a872fd2d9955f13d1cca4ae238f (diff) | |
download | ports-b73f018b9c58d58348f4a2cfc3d364f2e48424e8.tar.gz ports-b73f018b9c58d58348f4a2cfc3d364f2e48424e8.zip |
Notes
Diffstat (limited to 'math/armadillo/Makefile')
-rw-r--r-- | math/armadillo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index d70fe73f5560..8588e9415068 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,7 +2,7 @@ PORTNAME= armadillo PORTVERSION= 9.100.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/arma @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libopenblasp.so:math/openblas \ - libarpack.so:math/arpack \ + libarpack.so:math/arpack-ng \ libhdf5.so:science/hdf5 \ libsuperlu.so:math/superlu \ libsz.so:science/szip |