pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-ssl



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Sep 10 19:56:06 UTC 2024

Modified Files:
        pkgsrc/net/ucspi-ssl: Makefile

Log Message:
ucspi-ssl: depend explicitly on fehqlibs>=19. NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/ucspi-ssl/Makefile

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

Modified files:

Index: pkgsrc/net/ucspi-ssl/Makefile
diff -u pkgsrc/net/ucspi-ssl/Makefile:1.64 pkgsrc/net/ucspi-ssl/Makefile:1.65
--- pkgsrc/net/ucspi-ssl/Makefile:1.64  Thu Aug  1 11:48:16 2024
+++ pkgsrc/net/ucspi-ssl/Makefile       Tue Sep 10 19:56:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2024/08/01 11:48:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.65 2024/09/10 19:56:06 schmonz Exp $
 #
 
 DISTNAME=              ucspi-ssl-0.12.10
@@ -89,6 +89,7 @@ do-install: do-install-sslperl
            ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 .endfor
 
+BUILDLINK_API_DEPENDS.fehqlibs+=       fehqlibs>=19
 .include "../../net/fehqlibs/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index