mate-panel: fix tool dependencies

Revert part of r. 1.58 that was incorrect. The libxml2 tool dependency
is kept distinct to support cross-compilation. Perl was also missing.
This commit is contained in:
gutteridge 2024-02-11 19:20:28 +00:00
parent 32ad7d47c6
commit 9f66bcb286
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.58 2024/02/11 18:16:51 triaxx Exp $
# $NetBSD: Makefile,v 1.59 2024/02/11 19:20:28 gutteridge Exp $
PKGREVISION= 1
.include "../../meta-pkgs/mate/Makefile.common"
@ -8,6 +8,9 @@ CATEGORIES= x11
COMMENT= MATE panel application
USE_TOOLS+= perl
TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
PKGCONFIG_OVERRIDE+= libmate-panel-applet/libmatepanelapplet-4.0.pc.in
CONFIGURE_ARGS+= --with-in-process-applets=all