diff options
Diffstat (limited to 'databases/py-PgSQL/Makefile')
-rw-r--r-- | databases/py-PgSQL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 3c6021ca5f0..00d44c4ee02 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/07/03 05:03:06 adam Exp $ +# $NetBSD: Makefile,v 1.30 2019/04/26 13:13:46 maya Exp $ DISTNAME= pyPgSQL-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +11,7 @@ HOMEPAGE= http://pypgsql.sourceforge.net/ COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL WRKSRC= ${WRKDIR}/pypgsql -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-mxDateTime +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-mxDateTime .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |