summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-08 22:48:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-08 22:48:51 +0000
commit400a0dadb04a301c69cfbe3cefaf82a51569bae9 (patch)
treec26e81000ce9b10eaf768e1552e8c1cbabc35da2 /math
parentsort (diff)
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
are not expanded and perl hangs on tty input during build
Notes
Notes: svn path=/head/; revision=113237
Diffstat (limited to 'math')
-rw-r--r--math/fftw3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index a53e79961240..6abbccc087f4 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -98,13 +98,13 @@ post-configure:
post-build:
@${ECHO_MSG} "===> Building for ${PORTNAME}-${PORTVERSION} (short)"
@(cd ${FFTW3F_WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
do-install:
@(cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
@(cd ${FFTW3F_WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${FFTW3F_INSTALL_TARGET})
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${FFTW3F_INSTALL_TARGET})
@${INSTALL_MAN} ${FFTW3F_WRKSRC}/tools/fftwf-wisdom.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>