diff options
Diffstat (limited to 'math/sfft/Makefile')
-rw-r--r-- | math/sfft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 6e5576b590cd..81b14d21d2cf 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -71,7 +71,7 @@ base system profiling libraries .endif PLIST_FILES+= lib/libsfft_p.a .else -MAKE_ENV+= NO_PROFILE=yes +MAKE_ENV+= WITHOUT_PROFILE=yes .endif post-extract: |