pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-OpenGL
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 30 18:26:32 UTC 2019
Modified Files:
pkgsrc/graphics/py-OpenGL: Makefile
Log Message:
py-OpenGL: needs MesaLib, freeglut, glu
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/py-OpenGL/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/py-OpenGL/Makefile
diff -u pkgsrc/graphics/py-OpenGL/Makefile:1.25 pkgsrc/graphics/py-OpenGL/Makefile:1.26
--- pkgsrc/graphics/py-OpenGL/Makefile:1.25 Sun Aug 21 01:32:45 2016
+++ pkgsrc/graphics/py-OpenGL/Makefile Fri Aug 30 18:26:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/08/21 01:32:45 kamil Exp $
+# $NetBSD: Makefile,v 1.26 2019/08/30 18:26:32 nia Exp $
DISTNAME= PyOpenGL-3.1.1a1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -33,7 +33,9 @@ do-test:
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index