diff options
author | jlam <jlam@pkgsrc.org> | 2005-03-24 22:44:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-03-24 22:44:37 +0000 |
commit | 15a7c172aadb4224fbb0319685073b8f9c9a28e2 (patch) | |
tree | 002d6b0f7baeb5de9cbf177a21af22069edb9042 /lang/python | |
parent | da2fc8539087dd463808a7a952672f18f079609b (diff) | |
download | pkgsrc-15a7c172aadb4224fbb0319685073b8f9c9a28e2.tar.gz |
Remove redundant inclusion of pth/buildlink3.mk. This exact same code
already exists in pthread.buildlink3.mk.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 2184b3674f5..ae3c1dd8232 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.33 2005/03/24 22:42:58 jlam Exp $ +# $NetBSD: pyversion.mk,v 1.34 2005/03/24 22:44:37 jlam Exp $ .if !defined(PYTHON_PYVERSION_MK) PYTHON_PYVERSION_MK= defined @@ -139,9 +139,6 @@ BUILD_DEPENDS+= py15-distutils-*:../../devel/py-distutils PTHREAD_OPTS= require .include "../../mk/pthread.buildlink3.mk" -.if ${PTHREAD_TYPE} == "pth" -. include "../../devel/pth/buildlink3.mk" -.endif .if defined(PYTHON_FOR_BUILD_ONLY) BUILD_DEPMETHOD.python?= build .endif |