summaryrefslogtreecommitdiff
path: root/x11/py-gtk2
diff options
context:
space:
mode:
authordrochner <drochner>2003-05-09 16:28:54 +0000
committerdrochner <drochner>2003-05-09 16:28:54 +0000
commit2f25c48bbb1fe2bc9e82e9e5f8c9005c26d92f18 (patch)
treed8b6d0db6ed822c30b92b41450358aed53200fff /x11/py-gtk2
parentbce64ac1b8d76d514f708de438b95323e97534e8 (diff)
downloadpkgsrc-2f25c48bbb1fe2bc9e82e9e5f8c9005c26d92f18.tar.gz
depend on python22-pth>=2.2.2nb2 - this is where native thread support
went in
Diffstat (limited to 'x11/py-gtk2')
-rw-r--r--x11/py-gtk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index f6d7ca7f846..432b3aefec3 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/05/09 14:50:12 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/09 16:28:54 drochner Exp $
#
DISTNAME= pygtk-1.99.16
@@ -22,6 +22,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PYTHON_VERSION_REQD= 22pth
+BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../mk/pthread.buildlink2.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "native")