summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorabs <abs>2009-07-23 14:30:48 +0000
committerabs <abs>2009-07-23 14:30:48 +0000
commited6f0483e502f200cf7dad75d09bc22976516920 (patch)
tree65b88b67f6caff39a7d057e2fa8e5bffd3544bb3 /print
parentc88ef280591bec16b665c2f7b8e83ffd93cc78c6 (diff)
downloadpkgsrc-ed6f0483e502f200cf7dad75d09bc22976516920.tar.gz
Add 26 to PYTHON_VERSIONS_ACCEPTED
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 dbae076a8e5..bdb6940c44d 100644
--- a/print/py-cups/Makefile
+++ b/print/py-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/09 18:41:54 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/23 14:30:48 abs 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= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYDISTUTILSPKG= yes