summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2022-08-20 05:07:05 +0000
committerryoon <ryoon@pkgsrc.org>2022-08-20 05:07:05 +0000
commitcbb150e28d1a3350940e0a0418e5fd5193ce462a (patch)
treec2483b55c8ca415a53c78d90dd7efe907367aafa
parent667b8438387d7394f0c6f18c8653f7e220ba1595 (diff)
downloadpkgsrc-cbb150e28d1a3350940e0a0418e5fd5193ce462a.tar.gz
notmuch: In notmuch-emacs option case, depends on desktop-file-utils fully
Fix packaging with notmuch-emacs option.
-rw-r--r--mail/notmuch/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/notmuch/options.mk b/mail/notmuch/options.mk
index 8801aa7ae90..61ffe59c9da 100644
--- a/mail/notmuch/options.mk
+++ b/mail/notmuch/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= doc
###
### 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