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 Jan 27 12:17:52 UTC 2025

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

Log Message:
salt-docs: fix build

This needs a C compiler to detect openssl, which is needed for ? who knows.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/sysutils/salt-docs/Makefile:1.39
--- pkgsrc/sysutils/salt-docs/Makefile:1.38     Thu Dec 26 22:16:45 2024
+++ pkgsrc/sysutils/salt-docs/Makefile  Mon Jan 27 12:17:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2024/12/26 22:16:45 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/01/27 12:17:52 wiz Exp $
 
 .include "../../sysutils/salt/Makefile.common"
 
@@ -19,6 +19,8 @@ NO_CONFIGURE= yes
 BUILD_DIRS=    doc
 BUILD_TARGET=  html
 
+USE_LANGUAGES= c
+
 MAKE_FLAGS+=   SPHINXBUILD=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX}
 
 HTMLDIR=       share/doc/salt



Home | Main Index | Thread Index | Old Index