swig: remove unnecessary hostmakedepend on boost

causes a cycle:
boost -> openmpi -> hwloc -> cairo -> fontconfig -> util-linux-common
-> libcap-ng -> swig -> boost
This commit is contained in:
classabbyamp 2025-06-14 20:51:20 -04:00
parent d3d25a8c76
commit 697a3e59d7
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -4,7 +4,7 @@ version=4.3.0
revision=1
build_style=gnu-configure
configure_args="--with-pcre2-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="bison boost-devel"
hostmakedepends="bison"
makedepends="zlib-devel pcre2-devel"
short_desc="Simplified Wrapper and Interface Generator"
maintainer="Orphaned <orphan@voidlinux.org>"