Wed Oct 4 15:21:02 2023 UTC ()
mate-sensors-applet: fix version after meta-pkg bump


(gutteridge)
diff -r1.28 -r1.29 pkgsrc/sysutils/mate-sensors-applet/Makefile

cvs diff -r1.28 -r1.29 pkgsrc/sysutils/mate-sensors-applet/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/mate-sensors-applet/Makefile 2023/01/29 21:17:49 1.28
+++ pkgsrc/sysutils/mate-sensors-applet/Makefile 2023/10/04 15:21:02 1.29
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.28 2023/01/29 21:17:49 ryoon Exp $ 1# $NetBSD: Makefile,v 1.29 2023/10/04 15:21:02 gutteridge Exp $
2 2
3PKGREVISION= 2 3PKGREVISION= 2
4.include "../../meta-pkgs/mate/Makefile.common" 4.include "../../meta-pkgs/mate/Makefile.common"
5 5
6DISTNAME= mate-sensors-applet-${VERSION} 6DISTNAME= mate-sensors-applet-${VERSION:R}.0
7CATEGORIES= sysutils 7CATEGORIES= sysutils
8 8
9COMMENT= MATE Sensors applets 9COMMENT= MATE Sensors applets
10 10
11TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # for xsltproc 11TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt # for xsltproc
12 12
13PLIST_VARS+= netbsd 13PLIST_VARS+= netbsd
14.if ${OPSYS} == "NetBSD" 14.if ${OPSYS} == "NetBSD"
15CONFIGURE_ARGS+= --enable-netbsd 15CONFIGURE_ARGS+= --enable-netbsd
16PLIST.netbsd= yes 16PLIST.netbsd= yes
17.endif 17.endif
18 18
19.include "../../devel/glib2/schemas.mk" 19.include "../../devel/glib2/schemas.mk"