summaryrefslogtreecommitdiff
path: root/print/py-cups/Makefile
diff options
context:
space:
mode:
authorabs <abs>2009-07-23 14:30:48 +0000
committerabs <abs>2009-07-23 14:30:48 +0000
commitbcfa9e5cb0f30f42c3bd2167290b4a2a670451f7 (patch)
tree65b88b67f6caff39a7d057e2fa8e5bffd3544bb3 /print/py-cups/Makefile
parent0c8c56955aa550632c3c223f78e710b77b0b451f (diff)
downloadpkgsrc-bcfa9e5cb0f30f42c3bd2167290b4a2a670451f7.tar.gz
Add 26 to PYTHON_VERSIONS_ACCEPTED
Diffstat (limited to 'print/py-cups/Makefile')
-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