summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-28 13:10:51 +0000
committerwiz <wiz>2016-06-28 13:10:51 +0000
commite390808fb190cb66a794de18f0b214421438c858 (patch)
treebe150e9c0e1f3ac78393dd0edac93f73de422332
parent3c34cd755b2f1164192d56bffb306b9b1263f1f8 (diff)
downloadpkgsrc-e390808fb190cb66a794de18f0b214421438c858.tar.gz
Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.
-rw-r--r--security/libressl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index bbc87186efc..73f0409233d 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/03/01 02:07:48 sevan Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/28 13:10:51 wiz Exp $
DISTNAME= libressl-2.2.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_OPENBSD:=LibreSSL/}
@@ -15,6 +16,7 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libcrypto.pc.in
PKGCONFIG_OVERRIDE+= libssl.pc.in
+PKGCONFIG_OVERRIDE+= libtls.pc.in
PKGCONFIG_OVERRIDE+= openssl.pc.in
LIBRESSL_PREFIX= ${PREFIX}/${PKGBASE}
@@ -29,7 +31,7 @@ CONFS= cert.pem openssl.cnf x509v3.cnf
.for f in ${CONFS}
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
-
+
# Handle subprefix
LDFLAGS+= ${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
BUILDLINK_PASSTHRU_RPATHDIRS+= ${LIBRESSL_PREFIX:Q}/lib