diff options
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 |