pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch mail/notmuch: perl is required to build m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2667da094f0
branches:  trunk
changeset: 391237:c2667da094f0
user:      vins <vins%pkgsrc.org@localhost>
date:      Fri Jan 06 08:50:42 2023 +0000

description:
mail/notmuch: perl is required to build man page.

PLIST file sorted alphabetically.

diffstat:

 mail/notmuch/PLIST      |  4 ++--
 mail/notmuch/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 527062e34c15 -r c2667da094f0 mail/notmuch/PLIST
--- a/mail/notmuch/PLIST        Fri Jan 06 03:14:42 2023 +0000
+++ b/mail/notmuch/PLIST        Fri Jan 06 08:50:42 2023 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2022/08/26 13:12:38 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.26 2023/01/06 08:50:42 vins Exp $
 bin/notmuch
 ${PLIST.emacs}bin/notmuch-emacs-mua
 include/notmuch.h
@@ -19,8 +19,8 @@
 ${PLIST.doc}info/notmuch-reply.info
 ${PLIST.doc}info/notmuch-restore.info
 ${PLIST.doc}info/notmuch-search-terms.info
+${PLIST.doc}info/notmuch-search.info
 ${PLIST.doc}info/notmuch-setup.info
-${PLIST.doc}info/notmuch-search.info
 ${PLIST.doc}info/notmuch-sexp-queries.info
 ${PLIST.doc}info/notmuch-show.info
 ${PLIST.doc}info/notmuch-tag.info
diff -r 527062e34c15 -r c2667da094f0 mail/notmuch/options.mk
--- a/mail/notmuch/options.mk   Fri Jan 06 03:14:42 2023 +0000
+++ b/mail/notmuch/options.mk   Fri Jan 06 08:50:42 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2022/08/20 05:11:21 ryoon Exp $
+# $NetBSD: options.mk,v 1.10 2023/01/06 08:50:42 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -25,6 +25,7 @@
 PLIST_VARS+=           doc
 .if !empty(PKG_OPTIONS:Mdoc)
 PLIST.doc=             yes
+USE_TOOLS+=            perl
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 .else
 CONFIGURE_ARGS+=       --without-docs



Home | Main Index | Thread Index | Old Index