aboutsummaryrefslogtreecommitdiff
path: root/math/fftw3
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-22 16:02:55 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-22 16:02:55 +0000
commit30a3d63faeae6f608a8d8152cf1cc4fe73b3d122 (patch)
tree8ea98b540fe5b4170e309f3f16dcb6aee2fb93c2 /math/fftw3
parenta9852f7c806b8a709c5b5d85908330eef61305ad (diff)
downloadports-30a3d63faeae6f608a8d8152cf1cc4fe73b3d122.tar.gz
ports-30a3d63faeae6f608a8d8152cf1cc4fe73b3d122.zip
Fix minor infelicity in OPTIONS, to prevent the end
of the world. PR: 161896 Submitted by: mandree, wblock (different patch)
Notes
Notes: svn path=/head/; revision=284114
Diffstat (limited to 'math/fftw3')
-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>