diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-05 18:51:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-05 18:51:26 +0000 |
commit | 25a80fb4ab65de992b45059240f7a82bc39d8378 (patch) | |
tree | 582487f2bb6c9f4f0c6e734176270724791e41fc /graphics | |
parent | cef385a0ddd4b390b51df85e8f86b5e189b84cbd (diff) | |
download | pkgsrc-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 'graphics')
-rw-r--r-- | graphics/py-biggles/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gd/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gdchart/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index cf08cf719f6..f980d550e9d 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= python-biggles-1.6.3 @@ -14,7 +14,6 @@ COMMENT= Python module for creating 2D scientific plots PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index de4d82351bd..198be4da845 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2009/03/05 18:51:29 joerg Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR} BUILD_TARGET= default PYDISTUTILSPKG= yes -PYBINMODULE= yes post-patch: ${SED} 's+@LOCALBASE@+${LOCALBASE}+g' ${FILESDIR}/Setup.in > ${WRKSRC}/setup.py diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 0c3427b87b5..e96f49efe18 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/04 15:39:10 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2009/03/05 18:51:29 joerg Exp $ # DISTNAME= gdchart-py-0.6 @@ -24,7 +24,6 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYBINMODULE= yes INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} |