pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glad graphics/glad needs py-expat to build. (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57ac3049d7db
branches:  trunk
changeset: 771745:57ac3049d7db
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Dec 25 21:50:20 2021 +0000

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

diffstat:

 graphics/glad/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 339d0e80d210 -r 57ac3049d7db graphics/glad/Makefile
--- a/graphics/glad/Makefile    Sat Dec 25 21:45:42 2021 +0000
+++ b/graphics/glad/Makefile    Sat Dec 25 21:50:20 2021 +0000
@@ -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_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