1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

build: replace deprecated "DEPEND" by "BUILD_REQUIRES" in Cygwin packaging

This commit is contained in:
Sébastien Helleu
2024-08-17 11:18:20 +02:00
parent 9b30137dd4
commit 677efe8184
+1 -1
View File
@@ -52,7 +52,7 @@ LICENSE="GPL-3.0-or-later"
SRC_URI="weechat-${VERSION}.tar.xz"
# Build dependencies only
DEPEND="cmake gettext gettext-devel libgnutls-devel libaspell-devel \
BUILD_REQUIRES="cmake gettext gettext-devel libgnutls-devel libaspell-devel \
libcurl-devel libgcrypt-devel libncurses-devel lua perl pkg-config \
python3-devel ruby tcl-devel libguile3.0-devel php-devel libzstd-devel \
zlib-devel"