summaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-17 12:36:21 +0000
committerdrochner <drochner>2002-01-17 12:36:21 +0000
commit1bd13b8aae204474cab7eec251de58b01970635e (patch)
tree41c5b8c1a52aa7bfa8ae3736d72c48cf856f4145 /graphics/py-gdchart
parentee40e2ea72be036469b7e593a3d7e0c33583ded9 (diff)
downloadpkgsrc-1bd13b8aae204474cab7eec251de58b01970635e.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/Makefile3
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}