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: Mon Oct 16 00:40:08 UTC 2017
Modified Files:
pkgsrc/devel/glib2: Makefile
Log Message:
glib2: needs python to generate gdbus-daemon-generated.{h,c}
All efforts to avoid python dependency have failed.
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 pkgsrc/devel/glib2/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/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.236 pkgsrc/devel/glib2/Makefile:1.237
--- pkgsrc/devel/glib2/Makefile:1.236 Fri Oct 13 15:35:10 2017
+++ pkgsrc/devel/glib2/Makefile Mon Oct 16 00:40:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.236 2017/10/13 15:35:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.237 2017/10/16 00:40:08 prlw1 Exp $
.include "Makefile.common"
@@ -54,6 +54,11 @@ CONFIGURE_ENV+= LIBELF_LIBS='-lelf'
. endif
.endif
+# to run gdbus-codegen to generate gdbus-daemon-generated.{h,c}
+TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+PYTHON_FOR_BUILD_ONLY?= yes
+.include "../../lang/python/pyversion.mk"
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index