diff options
author | drochner <drochner> | 2003-05-09 16:28:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-05-09 16:28:54 +0000 |
commit | 6072e91dff189cfebac75266b64b2f1beb7a1405 (patch) | |
tree | d8b6d0db6ed822c30b92b41450358aed53200fff /x11/py-gtk2 | |
parent | 0ef56e4521b7753df8a8bb2a44270275906514f5 (diff) | |
download | pkgsrc-6072e91dff189cfebac75266b64b2f1beb7a1405.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/Makefile | 3 |
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") |