diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2019-11-25 23:25:52 +0000 |
commit | f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f (patch) | |
tree | 52dbe489ef07375a512911ffcd740da2bf5bfaed /math/sfft | |
parent | 349193f6e0668b51b63df6aee192eed9a6930e18 (diff) | |
download | ports-f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f.tar.gz ports-f2ab4428432c7278a3dfc65dd19ae1a0e21e9b2f.zip |
Notes
Diffstat (limited to 'math/sfft')
-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: |