diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-22 16:02:55 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-22 16:02:55 +0000 |
commit | 30a3d63faeae6f608a8d8152cf1cc4fe73b3d122 (patch) | |
tree | 8ea98b540fe5b4170e309f3f16dcb6aee2fb93c2 /math/fftw3 | |
parent | a9852f7c806b8a709c5b5d85908330eef61305ad (diff) |
Notes
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 44885a7ac6b9..6a7899696b14 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -41,7 +41,7 @@ INSTALL_TARGET= install-pkgconfigDATA install-libLTLIBRARIES install-exec .endif OPTIONS= G77_WRAPPERS "Alter Fortran wrappers for use with g77" off \ - OPENMP "Build OpenMP variant of multithreaded libraries" off \ + OPENMP "Build OpenMP multithreaded libraries" off \ OPTIMIZED_CFLAGS "Enable optimized CFLAGS" on .include <bsd.port.pre.mk> |