pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib PYTHON_VERSIONS_ACCEPTED must b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3875685269ad
branches:  trunk
changeset: 541288:3875685269ad
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 18 13:51:53 2008 +0000

description:
PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk.

diffstat:

 graphics/py-matplotlib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 54b961ebb6d6 -r 3875685269ad graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Fri Apr 18 12:24:21 2008 +0000
+++ b/graphics/py-matplotlib/Makefile   Fri Apr 18 13:51:53 2008 +0000
@@ -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,9 +16,9 @@
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
 
-.include "../../lang/python/extension.mk"
+PYTHON_VERSIONS_ACCEPTED=      24 23
 
-PYTHON_VERSIONS_ACCEPTED=      24 23
+.include "../../lang/python/extension.mk"
 
 PLIST_VARS+=           subprocess
 .if ${PYPACKAGE} == "python22" || ${PYPACKAGE} == "python23"



Home | Main Index | Thread Index | Old Index