pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glad



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Dec 25 21:50:20 UTC 2021

Modified Files:
        pkgsrc/graphics/glad: Makefile

Log Message:
graphics/glad needs py-expat to build. (seen in a bulk build a while back)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/glad/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/glad/Makefile
diff -u pkgsrc/graphics/glad/Makefile:1.1 pkgsrc/graphics/glad/Makefile:1.2
--- pkgsrc/graphics/glad/Makefile:1.1   Thu May 20 20:19:17 2021
+++ pkgsrc/graphics/glad/Makefile       Sat Dec 25 21:50:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/20 20:19:17 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/25 21:50:20 dholland Exp $
 
 DISTNAME=      glad-0.1.34
 CATEGORIES=    graphics
@@ -17,6 +17,7 @@ CMAKE_ARGS+=  -DGLAD_REPRODUCIBLE=ON
 CMAKE_ARGS+=   -DGLAD_INSTALL=ON
 
 PYTHON_FOR_BUILD_ONLY= tool
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index