diff options
author | maho <maho@FreeBSD.org> | 2011-06-27 14:35:16 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2011-06-27 14:35:16 +0800 |
commit | 6d97a8170c0cdb1b26ff61b20e27c967aa315109 (patch) | |
tree | fe08304a2c25f62c963fd14f672326c0edf2cd65 /math | |
parent | 1b6eb5e6619bc1007a4d5ed45a17fe21ecdcd303 (diff) | |
download | freebsd-ports-gnome-6d97a8170c0cdb1b26ff61b20e27c967aa315109.tar.gz freebsd-ports-gnome-6d97a8170c0cdb1b26ff61b20e27c967aa315109.tar.zst freebsd-ports-gnome-6d97a8170c0cdb1b26ff61b20e27c967aa315109.zip |
Fix pkg-plist
Spotted by: pav
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse/Makefile | 1 | ||||
-rw-r--r-- | math/suitesparse/pkg-plist | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 466c3fbaac2a..b1840158c4fd 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -7,6 +7,7 @@ PORTNAME= suitesparse PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/ DISTNAME= SuiteSparse-${PORTVERSION} diff --git a/math/suitesparse/pkg-plist b/math/suitesparse/pkg-plist index fbb5ae6537cd..e5121c38c2d8 100644 --- a/math/suitesparse/pkg-plist +++ b/math/suitesparse/pkg-plist @@ -97,9 +97,15 @@ lib/libklu.so.1 lib/libldl.a lib/libldl.so lib/libldl.so.1 +lib/librbio.a +lib/librbio.so +lib/librbio.so.1 lib/libspqr.a lib/libspqr.so lib/libspqr.so.1 +lib/libufconfig.a +lib/libufconfig.so +lib/libufconfig.so.1 lib/libumfpack.a lib/libumfpack.so lib/libumfpack.so.1 |