summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-12 12:57:14 +0000
committernia <nia@pkgsrc.org>2021-04-12 12:57:14 +0000
commit0e89651a74f73cfcd73d6a39089c57f8cfe498bc (patch)
tree36d1380cf2fe2d35a279a0300484636094d4a39f
parente8e7d98f298cf9e5aced98880ac381d2c547bf6c (diff)
downloadpkgsrc-0e89651a74f73cfcd73d6a39089c57f8cfe498bc.tar.gz
zathura-cb: set PYTHON_FOR_BUILD_ONLY
-rw-r--r--graphics/zathura-cb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile
index 6220f9f0e83..9a2053ce579 100644
--- a/graphics/zathura-cb/Makefile
+++ b/graphics/zathura-cb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/08/17 20:19:12 leot Exp $
+# $NetBSD: Makefile,v 1.21 2021/04/12 12:57:14 nia Exp $
#
DISTNAME= zathura-cb-0.1.8
@@ -14,6 +14,8 @@ LICENSE= zlib
USE_TOOLS+= pkg-config
+PYTHON_FOR_BUILD_ONLY= tool
+
.include "../../devel/meson/build.mk"
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"