pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mopher mopher: needs bdb



details:   https://anonhg.NetBSD.org/pkgsrc/rev/190cd39f2e52
branches:  trunk
changeset: 452715:190cd39f2e52
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:54:01 2021 +0000

description:
mopher: needs bdb

diffstat:

 mail/mopher/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d1f583a34957 -r 190cd39f2e52 mail/mopher/Makefile
--- a/mail/mopher/Makefile      Fri May 14 13:52:37 2021 +0000
+++ b/mail/mopher/Makefile      Fri May 14 13:54:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 16:35:38 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/14 13:54:01 nia Exp $
 
 DISTNAME=              mopher-0.5.3
 PKGREVISION=           1
@@ -10,6 +10,8 @@
 COMMENT=               Versatile mail filter
 LICENSE=               mit
 
+BDB_ACCEPTED=          db1
+
 .include "../../mk/bsd.prefs.mk"
 
 MOPHER_USER?=          mopher
@@ -68,5 +70,6 @@
 
 .include "../../mail/libmilter/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index