pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/rspamd



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Wed Sep 14 21:31:34 UTC 2016

Modified Files:
        pkgsrc/mail/rspamd: Makefile

Log Message:
needs sysutils/file for magic


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/rspamd/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/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.19 pkgsrc/mail/rspamd/Makefile:1.20
--- pkgsrc/mail/rspamd/Makefile:1.19    Sat Aug 27 15:07:42 2016
+++ pkgsrc/mail/rspamd/Makefile Wed Sep 14 21:31:34 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/08/27 15:07:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/09/14 21:31:34 wiedi Exp $
 
 DISTNAME=      rspamd-1.3.4
 CATEGORIES=    mail
@@ -80,4 +80,5 @@ post-extract:
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../databases/hiredis/buildlink3.mk"
+.include "../../sysutils/file/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index