pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: mark python as build dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee655c4ad720
branches:  trunk
changeset: 450249:ee655c4ad720
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 13 08:36:09 2021 +0000

description:
notmuch: mark python as build dependency

Python bindings are not installed by this package.

Bump PKGREVISION.

diffstat:

 mail/notmuch/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 0caef2764e0a -r ee655c4ad720 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Tue Apr 13 08:32:03 2021 +0000
+++ b/mail/notmuch/Makefile     Tue Apr 13 08:36:09 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2021/02/19 15:37:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2021/04/13 08:36:09 wiz Exp $
 
 DISTNAME=      notmuch-0.31.4
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -17,6 +18,8 @@
 INFO_FILES=    yes
 #TEST_TARGET=  check
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 REPLACE_BASH+= emacs/notmuch-emacs-mua
 
 .include "options.mk"
@@ -48,7 +51,6 @@
 .include "../../lang/python/application.mk"
 BUILDLINK_API_DEPENDS.gmime3+= gmime3>=3.0.3
 .include "../../mail/gmime3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.xapian+= xapian>=1.4
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
 BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.5.2



Home | Main Index | Thread Index | Old Index