diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-12-10 19:39:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-12-10 22:48:02 +0000 |
commit | a1be1173a389c69879a2747a584728bba3a5d722 (patch) | |
tree | dbef3706ee24a050b3599feb47331fcc5b78d163 /mail/fetchmailconf | |
parent | e6f5aeddaf1655f5fb55cc50541c10f814dc14d1 (diff) |
mail/fetchmail: update 6.4.25, add WOLFSSL support
WOLFSSL is a GPLv2+ licensed SSL library with OpenSSL compatibility
layer. This is to permit shipping fetchmail under a clean GPLv2+
license with OpenSSL 1.1.1.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 63599abe7b3f..442a37e5eefe 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -20,6 +20,7 @@ USES= python shebangfix tar:xz USE_PYTHON= py3kplist GNU_CONFIGURE= yes +CONFIGURE_ARGS= PKG_CONFIG=: ALL_TARGET= fetchmailconf INSTALL_TARGET= install-data-am install-nodist_binSCRIPTS install-man |