From 70f8f7c685903b4c5ea65ec77dd43b70a69239d6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 6 May 2025 09:50:24 -0400 Subject: [PATCH] plplot: break cycle --- srcpkgs/plplot/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/plplot/template b/srcpkgs/plplot/template index 7c4a5a90f41..5b5ed44c15a 100644 --- a/srcpkgs/plplot/template +++ b/srcpkgs/plplot/template @@ -10,7 +10,7 @@ configure_args=" -DCMAKE_C_FLAGS=-I${XBPS_CROSS_BASE}/${py3_sitelib}/numpy/_core/include " hostmakedepends="pkg-config gcc-fortran swig freefont-ttf - lua53 python3-numpy python3-setuptools plplot-devel" + lua53 python3-numpy python3-setuptools" makedepends="pango-devel cairo-devel freetype-devel libqhull-devel libltdl-devel Haru-devel tk-devel shapelib-devel lua53-devel python3-devel python3-numpy" @@ -31,6 +31,8 @@ desc_option_gen_tools="Build files for host required during cross build" if ! [ "$CROSS_BUILD" ]; then build_options_default="gen_tools" +else + hostmakedepends+=" plplot-devel" fi if [ "$build_option_ada" ]; then