diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-02 05:28:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-02 05:28:25 +0000 |
commit | 42a0d5d49b6aee8a09be67ab7c1311648418b040 (patch) | |
tree | 1c52f72b534f2d0fa27e94cfa5edeb4cfe0215e7 /math/superlu_mt | |
parent | 9c0af88e6199ed71240e5ec1058bf4df3cbf7518 (diff) | |
download | ports-42a0d5d49b6aee8a09be67ab7c1311648418b040.tar.gz ports-42a0d5d49b6aee8a09be67ab7c1311648418b040.zip |
Notes
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 8cd4f2adaf7f..64dfdc27f4b4 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -49,6 +49,7 @@ FPIC= -fPIC FPIC= -fpic .endif USE_LDCONFIG= yes +USE_GMAKE= yes CFLAGS_SHARED=${CFLAGS} ${FPIC} FFLAGS_SHARED=${CFLAGS} ${FPIC} WRKSRC= ${WRKDIR}/SuperLU_MT_2.0 |