pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  4 04:16:08 UTC 2024

Modified Files:
        pkgsrc/mail/notmuch: Makefile.common

Log Message:
notmuch: allow overriding python dependency type

for py-notmuch2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/notmuch/Makefile.common

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

Modified files:

Index: pkgsrc/mail/notmuch/Makefile.common
diff -u pkgsrc/mail/notmuch/Makefile.common:1.5 pkgsrc/mail/notmuch/Makefile.common:1.6
--- pkgsrc/mail/notmuch/Makefile.common:1.5     Sun Mar 10 12:11:09 2024
+++ pkgsrc/mail/notmuch/Makefile.common Thu Apr  4 04:16:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2024/03/10 12:11:09 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.6 2024/04/04 04:16:07 wiz Exp $
 # used by mail/notmuch-emacs/Makefile
 
 DISTNAME=      notmuch-0.38.3
@@ -23,7 +23,7 @@ TEST_TARGET=  check
 
 USE_CXX_FEATURES+=     c++11
 
-PYTHON_FOR_BUILD_ONLY=         tool
+PYTHON_FOR_BUILD_ONLY?=                tool
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 REPLACE_BASH+= emacs/notmuch-emacs-mua



Home | Main Index | Thread Index | Old Index