aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 05:35:31 +0000
commita33191366c083aad8ab7cd37d06db2d4790f3e39 (patch)
tree6379d84ceeca72bc6c80702dd60bd714b378b04a /math/suitesparse
parent4bde157247a8dd613e16048a7701a02ea240e8a9 (diff)
downloadports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz
ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip
Notes
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 9dbec686c484..ffe904279c59 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -102,9 +102,9 @@ post-patch:
do-build:
@cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} PICFLAG= \
- ${GMAKE} ${_MAKE_JOBS} ${MAKE_ARGS}
+ ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS}
@cd ${WRKSRC_SHARED} ; ${SETENV} ${MAKE_ENV} PICFLAG=${PICFLAG} \
- ${GMAKE} ${_MAKE_JOBS} ${MAKE_ARGS}
+ ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS}
post-build:
@for i in `find ${WRKSRC_SHARED} -type f -name '*.a'` ; do \