git: bee14dadf104 - main - deskutils/bookworm: Clean up

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Mon, 20 Dec 2021 10:34:50 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bee14dadf1045a9f359f697e097ae20372dfb606

commit bee14dadf1045a9f359f697e097ae20372dfb606
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-12-20 09:57:21 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-12-20 10:29:14 +0000

    deskutils/bookworm: Clean up
    
    - Drop "build,run" from USES=python. This is the default.
    - Provide a full path to the ninja binary.
    
    Reported by:    koobs
    Approved by:    portmgr (blanket)
    Differential Revision:  https://reviews.freebsd.org/D25569
---
 deskutils/bookworm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deskutils/bookworm/Makefile b/deskutils/bookworm/Makefile
index 9af9b0b2c6fc..d18d32946078 100644
--- a/deskutils/bookworm/Makefile
+++ b/deskutils/bookworm/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS=	bash:shells/bash \
 		unzip:archivers/unzip
 
 USES=		desktop-file-utils gettext gnome meson pkgconfig \
-		python:build,run shebangfix sqlite
+		python shebangfix sqlite
 USE_GITHUB=	yes
 GH_ACCOUNT=	babluboy
 USE_GNOME=	gdkpixbuf2 glib20 gtk30 libxml2 pango
@@ -57,6 +57,6 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 
 do-test:
-	cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test
+	cd ${WRKSRC}/${MESON_BUILD_DIR} && ${LOCALBASE}/bin/ninja test
 
 .include <bsd.port.mk>