pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mopher



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:54:01 UTC 2021

Modified Files:
        pkgsrc/mail/mopher: Makefile

Log Message:
mopher: needs bdb


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/mopher/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mopher/Makefile
diff -u pkgsrc/mail/mopher/Makefile:1.6 pkgsrc/mail/mopher/Makefile:1.7
--- pkgsrc/mail/mopher/Makefile:1.6     Sun Jan  1 16:35:38 2017
+++ pkgsrc/mail/mopher/Makefile Fri May 14 13:54:01 2021
@@ -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 @@ HOMEPAGE=             http://mopher.org/
 COMMENT=               Versatile mail filter
 LICENSE=               mit
 
+BDB_ACCEPTED=          db1
+
 .include "../../mk/bsd.prefs.mk"
 
 MOPHER_USER?=          mopher
@@ -68,5 +70,6 @@ pre-build:
 
 .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