diff options
author | thorpej <thorpej@pkgsrc.org> | 2020-06-21 03:31:13 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2020-06-21 03:31:13 +0000 |
commit | c2a50ccc303d57caaf5280d9366b6d4dbce57c0d (patch) | |
tree | 262bd7e13313dd021a7ef9fb6547f078dc8e4c64 /sysutils | |
parent | 4ca7ec6e98e15bc5b4180bf0bb3afb359f9b29db (diff) | |
download | pkgsrc-c2a50ccc303d57caaf5280d9366b6d4dbce57c0d.tar.gz |
Depend on u-boot-pandaboard.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/u-boot/Makefile b/sysutils/u-boot/Makefile index e50f6d9b0a3..ab16e22b041 100644 --- a/sysutils/u-boot/Makefile +++ b/sysutils/u-boot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2020/04/04 15:20:35 thorpej Exp $ +# $NetBSD: Makefile,v 1.30 2020/06/21 03:31:13 thorpej Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" DISTNAME= u-boot-${UBOOT_VERSION} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= meta-pkgs sysutils u-boot MASTER_SITES= # empty @@ -61,6 +61,7 @@ DEPENDS+= u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one DEPENDS+= u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e DEPENDS+= u-boot-orangepi-zero-[0-9]*:../../sysutils/u-boot-orangepi-zero DEPENDS+= u-boot-orangepi-zero-plus-[0-9]*:../../sysutils/u-boot-orangepi-zero-plus +DEPENDS+= u-boot-pandaboard-[0-9]*:../../sysutils/u-boot-pandaboard DEPENDS+= u-boot-pine-h64-[0-9]*:../../sysutils/u-boot-pine-h64 DEPENDS+= u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64 DEPENDS+= u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook |