pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/arm-trusted-firmware-fiptool



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

Modified Files:
        pkgsrc/sysutils/arm-trusted-firmware-fiptool: Makefile

Log Message:
arm-trusted-firmware-fiptool: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile

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

Modified files:

Index: pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile
diff -u pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile:1.5 pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile:1.6
--- pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile:1.5   Tue Jun 30 14:33:15 2020
+++ pkgsrc/sysutils/arm-trusted-firmware-fiptool/Makefile       Fri May 14 11:45:24 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/06/30 14:33:15 thorpej Exp $
+# $NetBSD: Makefile,v 1.6 2021/05/14 11:45:24 nia Exp $
 
 # We override WRKSRC, so we provide our own patches (and thus distinfo)
 DISTINFO_FILE= ${.CURDIR}/distinfo
@@ -14,4 +14,5 @@ INSTALLATION_DIRS=    bin
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/fiptool ${DESTDIR}${PREFIX}/bin
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index