summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2005-03-24 22:44:37 +0000
committerjlam <jlam>2005-03-24 22:44:37 +0000
commit598c9d3c6b28d0fb7b87249c4149a8d21a771506 (patch)
tree002d6b0f7baeb5de9cbf177a21af22069edb9042 /lang
parenta9e9e4efa10f3e61dad19908b71b4e8622af694b (diff)
downloadpkgsrc-598c9d3c6b28d0fb7b87249c4149a8d21a771506.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