diff options
author | bf <bf@FreeBSD.org> | 2011-10-23 00:02:55 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-23 00:02:55 +0800 |
commit | 7dff8b0b5a8069f2b5c8cdad40ea9ce50a60a005 (patch) | |
tree | 709d4836c90a1ad1d23cad0c448fe5a0c27281f1 /math | |
parent | ad0255856fb1142868985bae3884bcc972653c2b (diff) | |
download | freebsd-ports-gnome-7dff8b0b5a8069f2b5c8cdad40ea9ce50a60a005.tar.gz freebsd-ports-gnome-7dff8b0b5a8069f2b5c8cdad40ea9ce50a60a005.tar.zst freebsd-ports-gnome-7dff8b0b5a8069f2b5c8cdad40ea9ce50a60a005.zip |
Fix minor infelicity in OPTIONS, to prevent the end
of the world.
PR: 161896
Submitted by: mandree, wblock (different patch)
Diffstat (limited to 'math')
-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> |