From 0eb908d0ce49543fc7bc45ab24fe92d8f205d305 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Sep 2016 21:12:34 +0000 Subject: Replace bash and add proper runtime dependency, so that the package actually builds. Bump revision. --- sysutils/dtc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sysutils/dtc') diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 3f96fd75856..d7e9b7600f9 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/09/19 18:21:52 jakllsch Exp $ +# $NetBSD: Makefile,v 1.3 2016/09/19 21:12:34 joerg Exp $ DISTNAME= dtc-1.4.2 +PKGREVISION= 1 CATEGORIES= sysutils devel MASTER_SITES= ftp://ftp.kernel.org/pub/software/utils/dtc/ @@ -9,7 +10,9 @@ HOMEPAGE= http://devicetree.org/ COMMENT= Device Tree Compiler (dtc) LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake bison +USE_TOOLS+= gmake bison bash:run + +REPLACE_BASH+= dtdiff MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= DESTDIR=${DESTDIR} -- cgit v1.2.3