diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-17 12:36:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-17 12:36:21 +0000 |
commit | e2448c593e15c40e1344a7d8daeca43b3e078593 (patch) | |
tree | 41c5b8c1a52aa7bfa8ae3736d72c48cf856f4145 /graphics/py-gdchart | |
parent | da9a4640469f3109c1ba78325a5581eee2f16b1f (diff) | |
download | pkgsrc-e2448c593e15c40e1344a7d8daeca43b3e078593.tar.gz |
define PYBINMODULE to disable the pkg on platforms where dynamic
loading does not work
Diffstat (limited to 'graphics/py-gdchart')
-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} |