diff options
author | drochner <drochner> | 2002-01-17 12:36:21 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-17 12:36:21 +0000 |
commit | 0b0ab08eba8faac7d9a2cd0d633a837d5b2b139d (patch) | |
tree | 41c5b8c1a52aa7bfa8ae3736d72c48cf856f4145 /graphics | |
parent | 1f9b42992e2dd36525a7edd6fa9cff72944c8ad3 (diff) | |
download | pkgsrc-0b0ab08eba8faac7d9a2cd0d633a837d5b2b139d.tar.gz |
define PYBINMODULE to disable the pkg on platforms where dynamic
loading does not work
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gdchart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 0a52f8c7954..e2830977676 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/01/17 12:34:17 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/17 12:36:21 drochner Exp $ # DISTNAME= gdchart-py-0.6 @@ -22,6 +22,7 @@ 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 do-install: .for f in ${MODULE_FILES} |