diff options
author | prlw1 <prlw1@pkgsrc.org> | 2019-10-07 09:28:09 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2019-10-07 09:28:09 +0000 |
commit | 9db9a4a74a876e74b9b2560f93b535e2642492d6 (patch) | |
tree | 4a7b6f4f772ffb79d52d3aa6359f4b94a4d920a9 /graphics/gdk-pixbuf2 | |
parent | 51cf450be45a51f593eca7ef41c55c94ae28aebd (diff) | |
download | pkgsrc-9db9a4a74a876e74b9b2560f93b535e2642492d6.tar.gz |
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index df60a6b9643..16595db76ff 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/10/06 11:07:44 nia Exp $ +# $NetBSD: Makefile,v 1.43 2019/10/07 09:28:11 prlw1 Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -41,7 +41,7 @@ _BUILDING_GTK2= yes pre-build: ${CHMOD} +x ${WRKSRC}/build-aux/*.py ${WRKSRC}/build-aux/*.sh -.include "../../devel/py-meson/build.mk" +.include "../../devel/meson/build.mk" .include "../../databases/shared-mime-info/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2 .include "../../devel/glib2/buildlink3.mk" |