diff options
author | joerg <joerg> | 2009-03-05 18:51:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-03-05 18:51:26 +0000 |
commit | 89c90a19c45e71216068c08e92f110cb6a981fde (patch) | |
tree | 582487f2bb6c9f4f0c6e734176270724791e41fc /lang/python | |
parent | 1cdfe6e2ec90b8c08ae71683703dbd8ec1655197 (diff) | |
download | pkgsrc-89c90a19c45e71216068c08e92f110cb6a981fde.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.mk | 8 |
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" |