diff options
author | joerg <joerg> | 2008-04-18 13:51:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-18 13:51:53 +0000 |
commit | 7bd2d61d7ddb717889faab321a74ed4e550d2291 (patch) | |
tree | 688c46eefa45ce0b226618a4aae4719526544726 /graphics/py-matplotlib/Makefile | |
parent | 17fd944d6df43df58c3270acd4919aa280e31e37 (diff) | |
download | pkgsrc-7bd2d61d7ddb717889faab321a74ed4e550d2291.tar.gz |
PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 6 |
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 |