pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  7 20:45:56 UTC 2022

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
at-spi2-core: gobject-introspection is a build dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/at-spi2-core/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/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.41 pkgsrc/devel/at-spi2-core/Makefile:1.42
--- pkgsrc/devel/at-spi2-core/Makefile:1.41     Wed Dec  8 16:01:50 2021
+++ pkgsrc/devel/at-spi2-core/Makefile  Tue Jun  7 20:45:56 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2021/12/08 16:01:50 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/06/07 20:45:56 wiz Exp $
 
 DISTNAME=      at-spi2-core-2.40.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -45,10 +45,10 @@ post-install:
              ${DESTDIR}${eg_default_sessiondir}/at-spi-dbus-bus.desktop
 
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection=     build
 .include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/meson/build.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
-
-.include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index