pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pivy: add missing dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jun 22 11:58:57 2026 +0200
Changeset:	bb2c0b40b8116c3df9eb7adf4865698a86da8322

Modified Files:
	py-pivy/Makefile

Log Message:
py-pivy: add missing dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb2c0b40b8116c3df9eb7adf4865698a86da8322

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pivy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-pivy/Makefile b/py-pivy/Makefile
index cbf7657ee5..eaaa38fcf9 100644
--- a/py-pivy/Makefile
+++ b/py-pivy/Makefile
@@ -21,8 +21,10 @@ CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5 # kludge until fixed u
 PLIST_SUBST+=	PYSITELIB=${PYSITELIB}
 
 .include "../../devel/cmake/build.mk"
+.include "../../devel/swig4/buildlink3.mk"
 
 .include "../../wip/Coin/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../devel/swig/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../wip/soqt/buildlink3.mk"


Home | Main Index | Thread Index | Old Index