From 7bd2d61d7ddb717889faab321a74ed4e550d2291 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 18 Apr 2008 13:51:53 +0000 Subject: PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk. --- graphics/py-matplotlib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/py-matplotlib/Makefile') 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 -- cgit v1.2.3