summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-12 13:09:42 +0000
committernia <nia@pkgsrc.org>2021-04-12 13:09:42 +0000
commite85f26800fcb8e9850ed55d2c545366d2bfb53d0 (patch)
tree8516eb84bd8848492bae99840de81c8a8ec6798f /net
parenteabb3ad513c18fda0d057a4cf36a5dd30d586570 (diff)
downloadpkgsrc-e85f26800fcb8e9850ed55d2c545366d2bfb53d0.tar.gz
libmicrodns: set PYTHON_FOR_BUILD_ONLY
Diffstat (limited to 'net')
-rw-r--r--net/libmicrodns/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libmicrodns/Makefile b/net/libmicrodns/Makefile
index aaf35057cd7..0ea60e78cc8 100644
--- a/net/libmicrodns/Makefile
+++ b/net/libmicrodns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/11 14:43:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/12 13:09:42 nia Exp $
DISTNAME= microdns-0.2.0
PKGNAME= ${DISTNAME:S/microdns/libmicrodns/}
@@ -15,6 +15,8 @@ LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
+PYTHON_FOR_BUILD_ONLY= tool
+
PKGCONFIG_OVERRIDE+= src/microdns.pc.in
.include "../../devel/meson/build.mk"