pkgsrc-WIP-changes archive

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

(ham/wsjtx) correction on (disabled) PKG_FAIL_REASON



Module Name:	pkgsrc-wip
Committed By:	Makoto mef20 Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Mon Jan 27 11:16:36 2025 +0900
Changeset:	3831c32128217120fbfeef459a81abb9fb573c55

Modified Files:
	wsjtx/Makefile

Log Message:
(ham/wsjtx) correction on (disabled) 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=3831c32128217120fbfeef459a81abb9fb573c55

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 074d700cd8..7ffdff39b2 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -19,7 +19,7 @@ USE_TOOLS+=	pkg-config gmake tar
 USE_LIBTOOL=	yes
 
 #.if empty(PKG_BUILD_OPTIONS.fftw:Mfftw-fortran)
-# PKG_FAIL_REASON+=      'You need to set PKG_BUILD_OPTIONS.fftw:Mfftw-fortran, at its compile time.'
+# PKG_FAIL_REASON+=      'You need to set PKG_OPTIONS.fftw:Mfftw-fortran, at its compile time.'
 #.endif
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index