summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
committerwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
commit4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf (patch)
treeb2459d12abea880acbe44b27e416ae215bf21ca3 /databases/py-sqlite3
parent0726b834af308abbc869792710d4229a9d008fb2 (diff)
downloadpkgsrc-4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf.tar.gz
*: convert to egg.mk
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r--databases/py-sqlite3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index e17afab3b9b..9c85bc848e8 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2021/12/08 16:03:49 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/01/10 23:46:48 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-${PY_DISTVERSION}
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= databases python
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,7 +10,7 @@ COMMENT= Built-in sqlite support for Python 2.5 and up
USE_GCC_RUNTIME= yes
-# part of python itself; using distutils.mk will install a useless egg
+# part of python itself; using egg.mk will install a useless egg
PYDISTUTILSPKG= yes
PY_SETUP_SUBST+= SQLITE_PREFIX=${BUILDLINK_PREFIX.sqlite3}
PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload