pkgsrc-WIP-changes archive

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

(cad/openscad) convert reference (bldl3.mk) wip to proper



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX3) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Jun 15 07:00:53 2019 +0900
Changeset:	547b9325c6e696202aafc1be9801773a8e873d4f

Modified Files:
	openscad/Makefile

Log Message:
(cad/openscad) convert reference (bldl3.mk) wip to proper

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

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

diffstat:
 openscad/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/openscad/Makefile b/openscad/Makefile
index 91c665049e..01c72b61f4 100644
--- a/openscad/Makefile
+++ b/openscad/Makefile
@@ -38,7 +38,7 @@ do-configure:
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/opencsg/buildlink3.mk"
-.include "../../wip/cgal/buildlink3.mk"
+.include "../../math/cgal/buildlink3.mk"
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
@@ -46,5 +46,5 @@ do-configure:
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../x11/qt4-qscintilla/buildlink3.mk"
 .include "../../textproc/libxml++/buildlink3.mk"
-.include "../../wip/double-conversion/buildlink3.mk"
+.include "../../math/double-conversion/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index