diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 18:41:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 18:41:54 +0000 |
commit | 5fcbefd0a03e4d51c72452006d6422aa8ac5bbe7 (patch) | |
tree | 81a70f16dbac13472db48e2285b36b1f52970a66 /print/py-cups | |
parent | 705dd133091a0e410a893032c1fbdade119df996 (diff) | |
download | pkgsrc-5fcbefd0a03e4d51c72452006d6422aa8ac5bbe7.tar.gz |
Needs Python 2.4+
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 29112555152..dbae076a8e5 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/10 20:13:29 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/09 18:41:54 joerg Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} @@ -14,6 +14,8 @@ COMMENT= Python bindings for the CUPS API PKG_DESTDIR_SUPPORT= user-destdir CFLAGS+= -DVERSION=\"${VERSION}\" +PYTHON_VERSIONS_ACCEPTED= 25 24 + PYDISTUTILSPKG= yes SUBST_CLASSES+= paths |