summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-05 18:51:26 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-05 18:51:26 +0000
commit25a80fb4ab65de992b45059240f7a82bc39d8378 (patch)
tree582487f2bb6c9f4f0c6e734176270724791e41fc /lang/python
parentcef385a0ddd4b390b51df85e8f86b5e189b84cbd (diff)
downloadpkgsrc-25a80fb4ab65de992b45059240f7a82bc39d8378.tar.gz
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
Diffstat (limited to 'lang/python')
-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"