diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 02:25:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-16 02:25:48 +0000 |
commit | d79be7db26fa484726c1722860dfa59e4bc47adf (patch) | |
tree | b5b6d5050a4d3569d6513dbbc88be8930b6192cf /math/suitesparse | |
parent | e626e43df699f6142fe84d1c223068759c2e1c71 (diff) |
* Remove CONFLICT between elmer-umfpack.
* portlint.
Notes
Notes:
svn path=/head/; revision=182473
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: |