diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-16 13:33:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-16 13:33:50 +0000 |
commit | 019642d7a610f117e4880f4ff3f2757456573aed (patch) | |
tree | bac78e39b808f7e3192cd01a449dd7000fdb1dfd /mail | |
parent | fc597c7e488c846c18a2afd23b79e3dde09cd454 (diff) | |
download | pkgsrc-019642d7a610f117e4880f4ff3f2757456573aed.tar.gz |
*: Remove USE_OLD_DES_API.
OpenSSL 1.1.1d no longer ships des_old.h, and the time for this being
necessary appears to be behind us.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 6cf92ee2378..85ec6029d16 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/09/26 10:16:23 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2020/01/16 13:33:50 jperkin Exp $ DISTNAME= libesmtp-1.0.6 PKGREVISION= 4 @@ -15,7 +15,6 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_OLD_DES_API= yes CONFIGURE_ARGS+= --enable-all CONFIGURE_ARGS+= --disable-ntlm CONFIGURE_ARGS+= --disable-isoc |