summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-14 13:39:17 +0000
committerjoerg <joerg>2006-11-14 13:39:17 +0000
commitd227f9ae207473258582d426115571dbc63b5a07 (patch)
tree4b94276702f709821c86138ec8252cd029f4e831 /databases/py-sqlite2
parenta1449807864587344126bd9192efbd391b3f0b9f (diff)
downloadpkgsrc-d227f9ae207473258582d426115571dbc63b5a07.tar.gz
Follow py-setuptools move.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r--databases/py-sqlite2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 54c4f26a59e..5c20632ebd7 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 20:17:59 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/14 13:39:17 joerg Exp $
DISTNAME= pysqlite-2.0.7
PKGNAME= ${PYPKGPREFIX}-sqlite2-2.0.7
@@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python
PYDISTUTILSPKG= yes
# XXX version specific setuptools, should add something to extension.mk
PYTHON_VERSIONS_ACCEPTED= 24
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py24-setuptools
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TESTCMD= from lib import test; \
test.test()