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
This commit is contained in:
Mateusz Piotrowski
2021-12-20 10:57:21 +01:00
parent 664074d4b3
commit bee14dadf1

View File

@@ -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>