pkgsrc-WIP-changes archive

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

freecad: Fix py-boost dependency line



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Feb 28 11:34:53 2025 -0500
Changeset:	73490cee8ae6eaeda74d9430c6523bc86ce62324

Modified Files:
	freecad/Makefile

Log Message:
freecad: Fix py-boost dependency line

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

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

diffstat:
 freecad/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/freecad/Makefile b/freecad/Makefile
index eba6ba199d..0b550730bc 100644
--- a/freecad/Makefile
+++ b/freecad/Makefile
@@ -54,7 +54,7 @@ REPLACE_PYTHON+=	src/Mod/Robot/MovieTool.py src/Mod/OpenSCAD/prototype.py
 
 # Plot module deps
 #DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-DEPENDS+=	${PYPKGPREFIX}-py-boost-[0-9]*:../../devel/py-boost
+DEPENDS+=	${PYPKGPREFIX}-boost-[0-9]*:../../devel/py-boost
 
 .include "../../devel/cmake/build.mk"
 
@@ -62,7 +62,6 @@ DEPENDS+=	${PYPKGPREFIX}-py-boost-[0-9]*:../../devel/py-boost
 .include "../../wip/orocos-kdl/buildlink3.mk"
 .include "../../cad/occt/buildlink3.mk"
 .include "../../wip/py-pyside-setup/buildlink3.mk"
-#.include "../../devel/py-boost/buildlink3.mk"
 .include "../../wip/soqt/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 #.include "../../x11/qt5-qttools/buildlink3.mk"


Home | Main Index | Thread Index | Old Index