libmicrodns: set PYTHON_FOR_BUILD_ONLY
This commit is contained in:
parent
f21d964a2d
commit
57380c57ea
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue