pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/fetchmailconf



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:50:02 UTC 2021

Modified Files:
        pkgsrc/mail/fetchmailconf: Makefile

Log Message:
fetchmailconf: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/mail/fetchmailconf/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/fetchmailconf/Makefile
diff -u pkgsrc/mail/fetchmailconf/Makefile:1.109 pkgsrc/mail/fetchmailconf/Makefile:1.110
--- pkgsrc/mail/fetchmailconf/Makefile:1.109    Wed Jan 27 14:13:20 2021
+++ pkgsrc/mail/fetchmailconf/Makefile  Fri May 14 13:50:02 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2021/01/27 14:13:20 triaxx Exp $
+# $NetBSD: Makefile,v 1.110 2021/05/14 13:50:02 nia Exp $
 
 DISTNAME=      fetchmail-6.4.15
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -39,4 +39,5 @@ post-install:
        ${LN} -s fetchmail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fetchmailconf.1
 
 .include "../../lang/python/application.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index