pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Jan  9 05:42:32 UTC 2023

Modified Files:
        pkgsrc/sysutils/u-boot: Makefile

Log Message:
u-boot: fix the build (typo)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/u-boot/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/u-boot/Makefile
diff -u pkgsrc/sysutils/u-boot/Makefile:1.35 pkgsrc/sysutils/u-boot/Makefile:1.36
--- pkgsrc/sysutils/u-boot/Makefile:1.35        Thu Nov  3 10:57:38 2022
+++ pkgsrc/sysutils/u-boot/Makefile     Mon Jan  9 05:42:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/11/03 10:57:38 jmcneill Exp $
+# $NetBSD: Makefile,v 1.36 2023/01/09 05:42:32 khorben Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
@@ -77,7 +77,7 @@ DEPENDS+=     u-boot-rockpro64-[0-9]*:../../
 DEPENDS+=      u-boot-rpi3-32-[0-9]*:../../sysutils/u-boot-rpi3-32
 DEPENDS+=      u-boot-sopine-baseboard-[0-9]*:../../sysutils/u-boot-sopine-baseboard
 DEPENDS+=      u-boot-tinker-[0-9]*:../../sysutils/u-boot-tinker
-DEPENDS+=      u-boot-zync-zturn-[0-9]*:../../sysutils/u-boot-zynq-zturn
+DEPENDS+=      u-boot-zynq-zturn-[0-9]*:../../sysutils/u-boot-zynq-zturn
 DEPENDS+=      u-boot-zynq-zybo-[0-9]*:../../sysutils/u-boot-zynq-zybo
 DEPENDS+=      u-boot-zynq-zybo-z7-[0-9]*:../../sysutils/u-boot-zynq-zybo-z7
 



Home | Main Index | Thread Index | Old Index