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:   ryoon
Date:           Sat Aug 20 05:07:06 UTC 2022

Modified Files:
        pkgsrc/mail/notmuch: options.mk

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

Fix packaging with notmuch-emacs option.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/notmuch/options.mk

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/options.mk
diff -u pkgsrc/mail/notmuch/options.mk:1.7 pkgsrc/mail/notmuch/options.mk:1.8
--- pkgsrc/mail/notmuch/options.mk:1.7  Fri Jul  8 22:12:53 2022
+++ pkgsrc/mail/notmuch/options.mk      Sat Aug 20 05:07:05 2022
@@ -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



Home | Main Index | Thread Index | Old Index