mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
graphics/drawing: unbreak build with Meson 0.61.0
help/meson.build:2:6: ERROR: Program 'itstool' not found or not executable PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/26c1869a142a
This commit is contained in:
parent
04ebf6c7bd
commit
9a56c8f62c
@ -8,7 +8,8 @@ COMMENT= Drawing application for the GNOME desktop
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
|
||||
itstool:textproc/itstool
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
||||
|
||||
USES= desktop-file-utils gettext gnome meson pkgconfig python:3.6+ \
|
||||
|
Loading…
Reference in New Issue
Block a user