pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meson



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 17 08:25:15 UTC 2021

Modified Files:
        pkgsrc/devel/meson: build.mk

Log Message:
meson: do not include python application.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/meson/build.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/meson/build.mk
diff -u pkgsrc/devel/meson/build.mk:1.9 pkgsrc/devel/meson/build.mk:1.10
--- pkgsrc/devel/meson/build.mk:1.9     Mon Apr 12 12:14:03 2021
+++ pkgsrc/devel/meson/build.mk Sat Apr 17 08:25:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.9 2021/04/12 12:14:03 nia Exp $
+# $NetBSD: build.mk,v 1.10 2021/04/17 08:25:15 nia Exp $
 
 TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson
 
@@ -53,8 +53,6 @@ meson-test:
            ninja -j ${_MAKE_JOBS_N:U1} -C output test
 .endfor
 
-.include "../../lang/python/application.mk"
-
 _VARGROUPS+=           meson
 _PKG_VARS.meson=       CONFIGURE_DIRS
 _PKG_VARS.meson+=      BUILD_DIRS MAKE_ENV



Home | Main Index | Thread Index | Old Index