3083a206f9
Notmuch 0.25.2 (2017-11-05) =========================== Command Line Interface ---------------------- Fix segfault in notmuch-show crypto handling when compiled against GMime 2.6; this was a regression in 0.25. General ------- Support for GMime before 3.0 is now deprecated, and will be removed in a future release.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2017/11/23 15:43:15 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= notmuch
|
|
|
|
.if !defined(NOTMUCH_BUILDLINK3_MK)
|
|
NOTMUCH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.notmuch+= notmuch>=0.16
|
|
BUILDLINK_ABI_DEPENDS.notmuch+= notmuch>=0.25.2
|
|
BUILDLINK_PKGSRCDIR.notmuch?= ../../mail/notmuch
|
|
|
|
.include "../../mail/gmime3/buildlink3.mk"
|
|
.include "../../textproc/xapian/buildlink3.mk"
|
|
.endif # NOTMUCH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -notmuch
|