pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/glm
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 24 23:38:37 UTC 2023
Modified Files:
pkgsrc/graphics/glm: Makefile
Log Message:
glm: use TEST_DEPENDS instead of cmake/build.mk
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/glm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/glm/Makefile
diff -u pkgsrc/graphics/glm/Makefile:1.8 pkgsrc/graphics/glm/Makefile:1.9
--- pkgsrc/graphics/glm/Makefile:1.8 Tue Jan 24 18:36:26 2023
+++ pkgsrc/graphics/glm/Makefile Tue Jan 24 23:38:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/24 18:36:26 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/24 23:38:37 wiz Exp $
DISTNAME= glm-0.9.9.8
CATEGORIES= graphics math
@@ -9,6 +9,8 @@ HOMEPAGE= https://glm.g-truc.net/
COMMENT= C++ mathematics library for software based on the OpenGL GLSL
LICENSE= mit
+TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
NO_BUILD= yes
NO_CONFIGURE= yes
@@ -31,5 +33,4 @@ do-test:
cmake -DGLM_TEST_MODE=ON CMakeLists.txt && \
make
-.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index