diff options
Diffstat (limited to 'math/suitesparse-colamd')
-rw-r--r-- | math/suitesparse-colamd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index 1417606fa072..fdd6765eeca3 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,6 +1,6 @@ # Created by: Thierry Thomas (<thierry@pompo.net>) -PORTNAME= COLAMD +PORTNAME= ${MPORTNAME:tl} PORTVERSION= 2.9.6 CATEGORIES= math @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE USES= localbase:ldflags OMP_NEEDED= yes -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +MPORTNAME= COLAMD USE_LDCONFIG= yes .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" |