aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-camd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse-camd/Makefile')
-rw-r--r--math/suitesparse-camd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile
index 9e4658b42030..640c37d84c22 100644
--- a/math/suitesparse-camd/Makefile
+++ b/math/suitesparse-camd/Makefile
@@ -1,6 +1,6 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
-PORTNAME= CAMD
+PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 2.4.6
CATEGORIES= math
@@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE
USES= localbase:ldflags
OMP_NEEDED= yes
-BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
+MPORTNAME= CAMD
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"