pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/mail/notmuch Pullup ticket #5379 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce3d0a180cfd
branches:  pkgsrc-2017Q1
changeset: 360343:ce3d0a180cfd
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon May 01 09:34:09 2017 +0000

description:
Pullup ticket #5379 - requested by sevan
mail/notmuch: build fix

Revisions pulled up:
- mail/notmuch/Makefile                                         1.29

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Apr 27 13:18:57 UTC 2017

   Modified Files:
           pkgsrc/mail/notmuch: Makefile

   Log Message:
   Fix typo.

diffstat:

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

diffs (17 lines):

diff -r e067542c229a -r ce3d0a180cfd mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Mon May 01 09:30:55 2017 +0000
+++ b/mail/notmuch/Makefile     Mon May 01 09:34:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/03/20 13:19:26 wiz Exp $
+# $NetBSD: Makefile,v 1.26.2.1 2017/05/01 09:34:09 bsiegert Exp $
 
 DISTNAME=      notmuch-0.24
 CATEGORIES=    mail
@@ -41,6 +41,6 @@
 BUILDLINK_API_DEPENDS.xapian+= xapian>=1.2.6
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.zlib+=   zlib>=1.2.5.2
+BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.5.2
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index