pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(wip/wsjtx) correct spelling on PKG_FAIL_REASON



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%think-center-04.s.ki.nu@localhost>
Pushed By:	mef
Date:		Sat Feb 8 23:20:21 2025 +0900
Changeset:	d135f2d560f7a5b220235cefd709aaacdafcc619

Modified Files:
	wsjtx/Makefile

Log Message:
(wip/wsjtx) correct spelling on PKG_FAIL_REASON

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d135f2d560f7a5b220235cefd709aaacdafcc619

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wsjtx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index 4d16165c11..ec757e4635 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -67,7 +67,7 @@ SUBST_VARS.hamlib=	PREFIX
 .include "../../devel/cmake/build.mk"
 .include "../../math/fftw/buildlink3.mk"
 .if empty(PKG_BUILD_OPTIONS.fftw:Mfftw-fortran)
-PKG_FAIL_REASON+=      'You need to set PKG_OPTIONS.fftw:Mfftw-fortran, at its compile time.'
+PKG_FAIL_REASON+=      'You need to set PKG_OPTIONS.fftw+= fftw-fortran, at its compile time.'
 .endif
 
 .include "../../graphics/openexr/buildlink3.mk"


Home | Main Index | Thread Index | Old Index