diff options
author | maho <maho@FreeBSD.org> | 2007-01-16 10:25:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-16 10:25:48 +0800 |
commit | 67083b5391e2a13a7ce87a74252e96394271273b (patch) | |
tree | 320e56774bb4a1d5aa1e864f1a2df330866a4412 /math/suitesparse | |
parent | aec74dbb5e43be324dd0c1f019fc3811edad9970 (diff) | |
download | freebsd-ports-gnome-67083b5391e2a13a7ce87a74252e96394271273b.tar.gz freebsd-ports-gnome-67083b5391e2a13a7ce87a74252e96394271273b.tar.zst freebsd-ports-gnome-67083b5391e2a13a7ce87a74252e96394271273b.zip |
* Remove CONFLICT between elmer-umfpack.
* portlint.
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 463595b832aa..41143a955a0a 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -32,7 +32,7 @@ BLAS= -L${LOCALBASE}/lib -lblas LAPACK= -L${LOCALBASE}/lib -llapack .endif -CONFLICTS= elmer-umfpack-4* umfpack-* +CONFLICTS= umfpack-* .include <bsd.port.pre.mk> @@ -97,7 +97,7 @@ do-build: post-build: cd ${WRKDIR}/tmp_shared ; for i in `ls *.a | ${SED} 's/\.a//' `; do \ ld -Bshareable -o $${i}.so.${SVERSION} -x -soname $${i}.so.${SVERSION} --whole-archive $${i}.a ;\ - ln -s $${i}.so.${SVERSION} $${i}.so ;\ + ${LN} -s $${i}.so.${SVERSION} $${i}.so ;\ done do-install: |