pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: In notmuch-emacs option case, de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a73fe08d5fc6
branches:  trunk
changeset: 383553:a73fe08d5fc6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Aug 20 05:07:05 2022 +0000

description:
notmuch: In notmuch-emacs option case, depends on desktop-file-utils fully

Fix packaging with notmuch-emacs option.

diffstat:

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

diffs (18 lines):

diff -r 59384a234400 -r a73fe08d5fc6 mail/notmuch/options.mk
--- a/mail/notmuch/options.mk   Fri Aug 19 22:13:19 2022 +0000
+++ b/mail/notmuch/options.mk   Sat Aug 20 05:07:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2022/07/08 22:12:53 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2022/08/20 05:07:05 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -9,7 +9,7 @@
 ###
 ### emacs support
 ###
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/desktop-file-utils/buildlink3.mk"
 PLIST_VARS+=           emacs
 .if !empty(PKG_OPTIONS:Mnotmuch-emacs)
 DEPENDS+=              emacs>=25.1:../../editors/emacs



Home | Main Index | Thread Index | Old Index