[Bug 225059] mail/*notmuch: update to 0.26
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 13 10:26:38 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225059
Dima Panov <fluffy at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fluffy at FreeBSD.org
--- Comment #1 from Dima Panov <fluffy at FreeBSD.org> ---
Please track situation when DESKTOP option defined without EMACS - it fails to
build package, DESKTOP should imply EMACS defined
--- Makefile.bak 2018-01-13 20:25:24.882256000 +1000
+++ Makefile 2018-01-13 20:24:54.689740000 +1000
@@ -71,6 +71,12 @@
RUBY_USE= RUBY=yes
ZSH_CONFIGURE_WITH= zsh-completion
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDESKTOP} && !${PORT_OPTIONS:MEMACS}
+PORT_OPTIONS+= EMACS
+.endif
+
do-build-MUTT-on:
${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all
${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list