pkgsrc-WIP-changes archive

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

wsjtx: point to PKG_BUILD_OPTIONS instead of PKG_OPTIONS in error message.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Apr 6 08:41:35 2026 +0000
Changeset:	b8b76b136d0c6a996e694cc656550d655624a8cb

Modified Files:
	wsjtx/Makefile

Log Message:
wsjtx: point to PKG_BUILD_OPTIONS instead of PKG_OPTIONS in error message.

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

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 acd76f647a..4588165259 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -79,7 +79,7 @@ NOT_PAX_MPROTECT_SAFE+=	bin/jt9
 .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+= fftw-fortran, at its compile time.'
+PKG_FAIL_REASON+=      'You need to set PKG_BUILD_OPTIONS.fftw+= fftw-fortran, at its compile time.'
 .endif
 
 .include "../../graphics/openexr/buildlink3.mk"


Home | Main Index | Thread Index | Old Index