summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-11-12 12:51:01 +0000
committerryoon <ryoon@pkgsrc.org>2019-11-12 12:51:01 +0000
commit135f27d476270c230f0bb2cce4a69ab8b962fb07 (patch)
treea5d7a87abcd96162fe82e133a9755d8139beb27d /mail
parentd9b71220665ac4fed5eade39a13fc3193e960c51 (diff)
downloadpkgsrc-135f27d476270c230f0bb2cce4a69ab8b962fb07.tar.gz
Convert emacs dependency to DEPENDS from BUILD_DEPENDS
notmuch Emacs client requires Emacs itself to run.
Diffstat (limited to 'mail')
-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 baec434588a..b4bc3efb39e 100644
--- a/mail/notmuch/options.mk
+++ b/mail/notmuch/options.mk
@@ -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