summaryrefslogtreecommitdiff
path: root/graphics/py-OpenGL
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-04 07:45:01 +0000
committerwiz <wiz>2013-06-04 07:45:01 +0000
commit023dd50fda20816b360ef48d9446e3178b668e95 (patch)
treec95a6aa18044ad159515f08c9c3b55669cb19f5f /graphics/py-OpenGL
parente98d715a965a5d80be73d620f6c07e42f3e0e833 (diff)
downloadpkgsrc-023dd50fda20816b360ef48d9446e3178b668e95.tar.gz
Replace py-Tk/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
Diffstat (limited to 'graphics/py-OpenGL')
-rw-r--r--graphics/py-OpenGL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile
index 39cd2eae28c..d6e49f3609e 100644
--- a/graphics/py-OpenGL/Makefile
+++ b/graphics/py-OpenGL/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/06/03 10:05:18 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.13 2013/06/04 07:45:01 wiz Exp $
DISTNAME= PyOpenGL-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -11,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyopengl.sourceforge.net/
COMMENT= Pyhton bindings for OpenGL
+DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
+
PYDISTUTILSPKG= yes
#PY_PATCHPLIST= YES
@@ -18,6 +19,5 @@ PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../math/py-Numeric/buildlink3.mk"
-.include "../../x11/py-Tk/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"