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:           Tue Nov 12 12:51:01 UTC 2019

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

Log Message:
Convert emacs dependency to DEPENDS from BUILD_DEPENDS

notmuch Emacs client requires Emacs itself to run.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/mail/notmuch/options.mk:1.5
--- pkgsrc/mail/notmuch/options.mk:1.4  Mon Oct 21 21:55:04 2019
+++ pkgsrc/mail/notmuch/options.mk      Tue Nov 12 12:51:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/10/21 21:55:04 adam Exp $
+# $NetBSD: options.mk,v 1.5 2019/11/12 12:51:01 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+=       doc
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 PLIST_VARS+=           emacs
 .if !empty(PKG_OPTIONS:Mnotmuch-emacs)
-BUILD_DEPENDS+=                emacs>=24.0:../../editors/emacs
+DEPENDS+=              emacs>=24.0:../../editors/emacs
 PLIST.emacs=           yes
 .else
 CONFIGURE_ARGS+=       --without-emacs



Home | Main Index | Thread Index | Old Index