Sat Apr 11 06:33:47 2020 UTC ()
mate-session-manager: another build fix

This also needs macros available from GNU autoconf-archive to generate
the configure script.


(gutteridge)
diff -r1.21 -r1.22 pkgsrc/x11/mate-session-manager/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/x11/mate-session-manager/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mate-session-manager/Makefile 2020/04/10 00:48:14 1.21
+++ pkgsrc/x11/mate-session-manager/Makefile 2020/04/11 06:33:47 1.22
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.21 2020/04/10 00:48:14 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.22 2020/04/11 06:33:47 gutteridge Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
5DISTNAME= mate-session-manager-${VERSION:R}.0 5DISTNAME= mate-session-manager-${VERSION:R}.0
6CATEGORIES= x11 6CATEGORIES= x11
7 7
8COMMENT= MATE session manager 8COMMENT= MATE session manager
9 9
10TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 10TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
11TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 11TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 12TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
12TOOL_DEPENDS+= mate-common-${VERSION}:../../devel/mate-common 13TOOL_DEPENDS+= mate-common-${VERSION}:../../devel/mate-common
13 14
14DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl 15DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
15 16
16USE_TOOLS+= autoreconf automake autoconf aclocal libtoolize 17USE_TOOLS+= autoreconf automake autoconf aclocal libtoolize
17 18
18.include "../../graphics/MesaLib/features.mk" 19.include "../../graphics/MesaLib/features.mk"
19CONFIGURE_ARGS+= --with-glesv2=${MESALIB_SUPPORTS_GLESv2} 20CONFIGURE_ARGS+= --with-glesv2=${MESALIB_SUPPORTS_GLESv2}
20PLIST_VARS+= glesv2 21PLIST_VARS+= glesv2
21.if ${MESALIB_SUPPORTS_GLESv2} == "yes" 22.if ${MESALIB_SUPPORTS_GLESv2} == "yes"
22PLIST.glesv2= yes 23PLIST.glesv2= yes
23.endif 24.endif
24 25