pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 15:49:55 UTC 2017

Modified Files:
        pkgsrc/devel/glib2: buildtools.mk

Log Message:
glib2/buildtools.mk: don't override PYTHON_FOR_BUILD_ONLY if already set.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/glib2/buildtools.mk

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

Modified files:

Index: pkgsrc/devel/glib2/buildtools.mk
diff -u pkgsrc/devel/glib2/buildtools.mk:1.1 pkgsrc/devel/glib2/buildtools.mk:1.2
--- pkgsrc/devel/glib2/buildtools.mk:1.1        Fri Oct 13 15:40:12 2017
+++ pkgsrc/devel/glib2/buildtools.mk    Fri Oct 13 15:49:55 2017
@@ -1,5 +1,5 @@
-# $NetBSD: buildtools.mk,v 1.1 2017/10/13 15:40:12 prlw1 Exp $
+# $NetBSD: buildtools.mk,v 1.2 2017/10/13 15:49:55 prlw1 Exp $
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-glib2-tools-[0-9]*:../../devel/py-glib2-tools
-PYTHON_FOR_BUILD_ONLY=yes
+PYTHON_FOR_BUILD_ONLY?=yes
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index