summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-18 13:51:53 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-18 13:51:53 +0000
commit36c95a3c1d26bd79d1e9f0d991689b28d3ee7f44 (patch)
tree688c46eefa45ce0b226618a4aae4719526544726
parenta9c1d85715610f4d0985adf255a30c1fba0a14ae (diff)
downloadpkgsrc-36c95a3c1d26bd79d1e9f0d991689b28d3ee7f44.tar.gz
PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk.
-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