pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libmicrodns



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:09:43 UTC 2021

Modified Files:
        pkgsrc/net/libmicrodns: Makefile

Log Message:
libmicrodns: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/libmicrodns/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libmicrodns/Makefile
diff -u pkgsrc/net/libmicrodns/Makefile:1.1 pkgsrc/net/libmicrodns/Makefile:1.2
--- pkgsrc/net/libmicrodns/Makefile:1.1 Thu Feb 11 14:43:32 2021
+++ pkgsrc/net/libmicrodns/Makefile     Mon Apr 12 13:09:42 2021
@@ -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"



Home | Main Index | Thread Index | Old Index