pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/capnproto



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

Modified Files:
        pkgsrc/devel/capnproto: Makefile

Log Message:
capnproto: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/capnproto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/capnproto/Makefile
diff -u pkgsrc/devel/capnproto/Makefile:1.1 pkgsrc/devel/capnproto/Makefile:1.2
--- pkgsrc/devel/capnproto/Makefile:1.1 Sat Feb 20 21:58:35 2021
+++ pkgsrc/devel/capnproto/Makefile     Fri May 14 14:50:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/20 21:58:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/14 14:50:11 nia Exp $
 
 DISTNAME=      capnproto-c++-0.8.0
 PKGNAME=       ${DISTNAME:S/capnproto-c++-/capnproto-/}
@@ -26,4 +26,5 @@ PKGCONFIG_OVERRIDE+=  pkgconfig/kj-tls.pc
 PKGCONFIG_OVERRIDE+=   pkgconfig/kj.pc.in
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index