pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/salt-docs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 16:41:10 UTC 2022

Modified Files:
        pkgsrc/sysutils/salt-docs: Makefile

Log Message:
salt-docs: add missing build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/salt-docs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/salt-docs/Makefile
diff -u pkgsrc/sysutils/salt-docs/Makefile:1.29 pkgsrc/sysutils/salt-docs/Makefile:1.30
--- pkgsrc/sysutils/salt-docs/Makefile:1.29     Mon Oct 31 17:32:46 2022
+++ pkgsrc/sysutils/salt-docs/Makefile  Mon Nov 14 16:41:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/10/31 17:32:46 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/11/14 16:41:10 wiz Exp $
 
 .include "../../sysutils/salt/Makefile.common"
 
@@ -8,8 +8,9 @@ COMMENT=        Documentation for salt
 
 USE_TOOLS+=    gmake pax
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sqlite3>=1.2.3nb1:../../databases/py-sqlite3
+BUILD_DEPENDS+=        salt-[0-9]*:../../sysutils/salt
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sqlite3>=1.2.3nb1:../../databases/py-sqlite3
 
 NO_CONFIGURE=  yes
 BUILD_DIRS=    doc



Home | Main Index | Thread Index | Old Index