pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch Convert emacs dependency to DEPENDS from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e721a62dc94a
branches:  trunk
changeset: 417497:e721a62dc94a
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Nov 12 12:51:01 2019 +0000

description:
Convert emacs dependency to DEPENDS from BUILD_DEPENDS

notmuch Emacs client requires Emacs itself to run.

diffstat:

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

diffs (18 lines):

diff -r f471e46457bb -r e721a62dc94a mail/notmuch/options.mk
--- a/mail/notmuch/options.mk   Tue Nov 12 12:41:19 2019 +0000
+++ b/mail/notmuch/options.mk   Tue Nov 12 12:51:01 2019 +0000
@@ -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 @@
 .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