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:   rillig
Date:           Sun Apr 26 10:07:06 UTC 2020

Modified Files:
        pkgsrc/graphics/py-OpenGL: Makefile

Log Message:
graphics/py-OpenGL: fix package name of test dependency


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/graphics/py-OpenGL/Makefile:1.30
--- pkgsrc/graphics/py-OpenGL/Makefile:1.29     Sun Mar  8 16:50:06 2020
+++ pkgsrc/graphics/py-OpenGL/Makefile  Sun Apr 26 10:07:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/03/08 16:50:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2020/04/26 10:07:06 rillig Exp $
 
 DISTNAME=      PyOpenGL-3.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -13,7 +13,7 @@ COMMENT=      Python bindings for OpenGL
 LICENSE=       modified-bsd AND mit
 
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
-TEST_DEPENDS+= ${PYPKGPREFIX}-py-OpenGL-accelerate-[0-9]*:../../graphics/py-OpenGL-accelerate
+TEST_DEPENDS+= ${PYPKGPREFIX}-OpenGL-accelerate-[0-9]*:../../graphics/py-OpenGL-accelerate
 TEST_DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index