aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-10-23 00:02:55 +0800
committerbf <bf@FreeBSD.org>2011-10-23 00:02:55 +0800
commit7dff8b0b5a8069f2b5c8cdad40ea9ce50a60a005 (patch)
tree709d4836c90a1ad1d23cad0c448fe5a0c27281f1 /math
parentad0255856fb1142868985bae3884bcc972653c2b (diff)
downloadfreebsd-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/Makefile2
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>