summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-12 20:51:48 +0000
committernia <nia@pkgsrc.org>2019-08-12 20:51:48 +0000
commit616de0f98ee7960ab487d95cd9ada5e483bf47b4 (patch)
tree8023568e8f4e69a1a86a1542276f9d4bdbe4b58a /wm
parente5c8c05d194ffeca3ed8e8ee5a804b983f86af31 (diff)
downloadpkgsrc-616de0f98ee7960ab487d95cd9ada5e483bf47b4.tar.gz
awesome: Disable documentation generation explicitly
Reported as a build failure with ldoc installed by zmcgrew on freenode
Diffstat (limited to 'wm')
-rw-r--r--wm/awesome/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile
index 0458ec9dd6a..1255d317b00 100644
--- a/wm/awesome/Makefile
+++ b/wm/awesome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2019/07/21 22:25:50 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2019/08/12 20:51:48 nia Exp $
DISTNAME= awesome-4.3
PKGREVISION= 1
@@ -33,6 +33,7 @@ CMAKE_ARGS+= -DAWESOME_MAN_PATH=${PREFIX}/${PKGMANDIR}
CMAKE_ARGS+= -DOVERRIDE_VERSION=${PKGVERSION_NOREV}
CMAKE_ARGS+= -DLUA_INCLUDE_DIR=${PREFIX}/${LUA_INCDIR}
CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PKG_SYSCONFBASEDIR}/xdg
+CMAKE_ARGS+= -DGENERATE_DOC=OFF
EGDIR= ${PREFIX}/share/examples/awesome
CONF_FILES= ${EGDIR}/rc.lua ${PKG_SYSCONFDIR}/rc.lua