diff options
author | joerg <joerg@pkgsrc.org> | 2016-09-19 21:12:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-09-19 21:12:34 +0000 |
commit | 8ac55e085add30a229d5bb6bf22174498957b00e (patch) | |
tree | b1206ee85b45e40bff6229440ce891006e3153c6 | |
parent | da15f7ca6387a065114b47c0ea493f9f770663d0 (diff) | |
download | pkgsrc-8ac55e085add30a229d5bb6bf22174498957b00e.tar.gz |
Replace bash and add proper runtime dependency, so that the package
actually builds. Bump revision.
-rw-r--r-- | sysutils/dtc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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} |