summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-18 13:51:53 +0000
committerjoerg <joerg>2008-04-18 13:51:53 +0000
commitd736ef613ee56eb1b676e55527c6c0e1d2e4e70b (patch)
tree688c46eefa45ce0b226618a4aae4719526544726 /graphics/py-matplotlib
parent1663aeb8e9d03cacfe35253109828dbda241be58 (diff)
downloadpkgsrc-d736ef613ee56eb1b676e55527c6c0e1d2e4e70b.tar.gz
PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk.
Diffstat (limited to 'graphics/py-matplotlib')
-rw-r--r--graphics/py-matplotlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index b88da893dd4..cd54401546a 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/04/12 22:43:01 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/04/18 13:51:53 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -16,10 +16,10 @@ USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.mk"
-
PYTHON_VERSIONS_ACCEPTED= 24 23
+.include "../../lang/python/extension.mk"
+
PLIST_VARS+= subprocess
.if ${PYPACKAGE} == "python22" || ${PYPACKAGE} == "python23"
PLIST.subprocess= yes