summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-03-24 22:44:37 +0000
committerjlam <jlam@pkgsrc.org>2005-03-24 22:44:37 +0000
commit15a7c172aadb4224fbb0319685073b8f9c9a28e2 (patch)
tree002d6b0f7baeb5de9cbf177a21af22069edb9042 /lang
parentda2fc8539087dd463808a7a952672f18f079609b (diff)
downloadpkgsrc-15a7c172aadb4224fbb0319685073b8f9c9a28e2.tar.gz
Remove redundant inclusion of pth/buildlink3.mk. This exact same code
already exists in pthread.buildlink3.mk.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyversion.mk5
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