summaryrefslogtreecommitdiff
path: root/lang/python/extension.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/extension.mk')
-rw-r--r--lang/python/extension.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index 1adb46f40e0..23127f808ca 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.22 2009/02/19 12:24:59 obache Exp $
+# $NetBSD: extension.mk,v 1.23 2009/03/05 18:51:30 joerg Exp $
# derive a python version from the package name if possible
# optionally handled quoted package names
@@ -12,12 +12,6 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9])-.*/\2/}
.include "../../lang/python/pyversion.mk"
-.if defined(PYBINMODULE)
-.if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"
-PKG_FAIL_REASON+= "${PKGNAME} needs dynamic loading"
-.endif
-.endif
-
.if defined(PYDISTUTILSPKG)
.include "../../mk/bsd.prefs.mk"