summaryrefslogtreecommitdiff
path: root/security/opensc/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-01-16 13:33:50 +0000
committerjperkin <jperkin@pkgsrc.org>2020-01-16 13:33:50 +0000
commit019642d7a610f117e4880f4ff3f2757456573aed (patch)
treebac78e39b808f7e3192cd01a449dd7000fdb1dfd /security/opensc/Makefile
parentfc597c7e488c846c18a2afd23b79e3dde09cd454 (diff)
downloadpkgsrc-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 'security/opensc/Makefile')
-rw-r--r--security/opensc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 514a6a9fd24..f06522d647c 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/10/13 10:54:04 mlelstv Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/16 13:33:51 jperkin Exp $
OPENSC_PKG_VERSION= 0.19.0
DISTNAME= opensc-${OPENSC_PKG_VERSION}
@@ -14,7 +14,6 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-USE_OLD_DES_API= YES
USE_TOOLS+= gmake pkg-config
WRKSRC= ${WRKDIR}/OpenSC-${OPENSC_PKG_VERSION}