summaryrefslogtreecommitdiff
path: root/print/py-cups
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-15 16:20:06 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-15 16:20:06 +0000
commit9e7e394ad1ae821abd4a650b389b027f1b6c3b58 (patch)
treef592c90fa0f102771c2e07081d9a2295c3089ed2 /print/py-cups
parentb536237c8f04ad094002b94e175641aa56ab70e8 (diff)
downloadpkgsrc-9e7e394ad1ae821abd4a650b389b027f1b6c3b58.tar.gz
Needs Python 2.5+ for ssize_t alike.
Diffstat (limited to 'print/py-cups')
-rw-r--r--print/py-cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
index 1d3e6e8d97e..85d1d2a63f7 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/01/20 10:35:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/15 16:20:06 joerg Exp $
DISTNAME= pycups-${VERSION}
PKGNAME= ${PYPKGPREFIX}-cups-${VERSION}
@@ -14,7 +14,7 @@ COMMENT= Python bindings for the CUPS API
PKG_DESTDIR_SUPPORT= user-destdir
CFLAGS+= -DVERSION=\"${VERSION}\"
-
+PYTHON_VERSIONS_ACCEPTED= 26 25
PYDISTUTILSPKG= yes
SUBST_CLASSES+= paths