diff options
-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 |