diff options
author | abs <abs@pkgsrc.org> | 2009-07-23 14:30:48 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-07-23 14:30:48 +0000 |
commit | c0f7431c4eb1485313bcde8a1b7703c075be8b65 (patch) | |
tree | 65b88b67f6caff39a7d057e2fa8e5bffd3544bb3 /print/py-cups | |
parent | 4bef8ad80086d7e9671bfad730ee2c203888d40c (diff) | |
download | pkgsrc-c0f7431c4eb1485313bcde8a1b7703c075be8b65.tar.gz |
Add 26 to PYTHON_VERSIONS_ACCEPTED
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 4 |
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 |