diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-06 12:38:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-06 12:38:42 +0000 |
commit | ac5dfd848f270d6e1f848d712862ebd798c25ad3 (patch) | |
tree | a45473b874cb8b38e8d64891e00284583f6737f2 /sysutils/salt-docs | |
parent | 53d8ea63188b5667c9dfcbd27a26d052343c0c5c (diff) | |
download | pkgsrc-ac5dfd848f270d6e1f848d712862ebd798c25ad3.tar.gz |
Needs gpg binary to build, so add build dependency.
Diffstat (limited to 'sysutils/salt-docs')
-rw-r--r-- | sysutils/salt-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index ae02f92001a..08583221d77 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/04/05 05:42:26 khorben Exp $ +# $NetBSD: Makefile,v 1.9 2016/04/06 12:38:42 joerg Exp $ DISTNAME= salt-2015.8.5 PKGNAME= ${DISTNAME:S/-/-docs-/} @@ -12,6 +12,8 @@ LICENSE= apache-2.0 USE_TOOLS+= gmake +BUILD_DEPENDS+= gnupg-[0-9]*:../../security/gnupg + NO_CONFIGURE= yes BUILD_DIRS= doc BUILD_TARGET= html |