diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2018-05-25 10:46:52 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2018-05-25 10:46:52 +0000 |
commit | 5c4f9ee38d8b61e15bdff5fea166879988d0f872 (patch) | |
tree | b96078a951e82118d54321fd18a9eae31d7dd2bf /sysutils | |
parent | e13c670ee735ca827b66ef7bd27614ff4c00c06e (diff) | |
download | pkgsrc-5c4f9ee38d8b61e15bdff5fea166879988d0f872.tar.gz |
Remove dependencies that are not in tree
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/u-boot/Makefile b/sysutils/u-boot/Makefile index be9ae54871d..3629cdb555a 100644 --- a/sysutils/u-boot/Makefile +++ b/sysutils/u-boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/05/24 22:35:56 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2018/05/25 10:46:52 jmcneill Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -14,7 +14,6 @@ COMMENT= Das U-Boot, the Universal Boot Loader (meta-package) DEPENDS+= u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime DEPENDS+= u-boot-bananapi-m3-[0-9]*:../../sysutils/u-boot-bananapi-m3 DEPENDS+= u-boot-bananapi-[0-9]*:../../sysutils/u-boot-bananapi -DEPENDS+= u-boot-bcm2837-rpi-3-b-[0-9]*:../../sysutils/u-boot-bcm2837-rpi-3-b DEPENDS+= u-boot-beagleboard-[0-9]*:../../sysutils/u-boot-beagleboard DEPENDS+= u-boot-beagleboneblack-[0-9]*:../../sysutils/u-boot-beagleboneblack DEPENDS+= u-boot-beaglebonewhite-[0-9]*:../../sysutils/u-boot-beaglebonewhite @@ -37,7 +36,6 @@ DEPENDS+= u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e DEPENDS+= u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64 DEPENDS+= u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook DEPENDS+= u-boot-pocketchip-[0-9]*:../../sysutils/u-boot-pocketchip -DEPENDS+= u-boot-radxarock-[0-9]*:../../sysutils/u-boot-radxarock META_PACKAGE= yes |