pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/orc



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 11:22:43 UTC 2021

Modified Files:
        pkgsrc/devel/orc: Makefile

Log Message:
orc: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/orc/Makefile

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

Modified files:

Index: pkgsrc/devel/orc/Makefile
diff -u pkgsrc/devel/orc/Makefile:1.18 pkgsrc/devel/orc/Makefile:1.19
--- pkgsrc/devel/orc/Makefile:1.18      Sun Sep 13 09:27:07 2020
+++ pkgsrc/devel/orc/Makefile   Mon Apr 12 11:22:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/09/13 09:27:07 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2021/04/12 11:22:42 nia Exp $
 
 DISTNAME=      orc-0.4.32
 CATEGORIES=    devel
@@ -18,6 +18,8 @@ MAKE_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/out
 
 MESON_ARGS+=   -Dgtk_doc=disabled
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "../../devel/meson/build.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index