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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user