diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /math/suitesparse | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) | |
download | ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip |
Notes
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 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 \ |