summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-15 16:20:06 +0000
committerjoerg <joerg>2010-02-15 16:20:06 +0000
commit7b521813db7e47a3d8345e02288175121b060b5a (patch)
treef592c90fa0f102771c2e07081d9a2295c3089ed2 /print
parent903d8b412c4fdeb92d3ac34df6e5efc62361331e (diff)
downloadpkgsrc-7b521813db7e47a3d8345e02288175121b060b5a.tar.gz
Needs Python 2.5+ for ssize_t alike.
Diffstat (limited to 'print')
-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