summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2011-01-27 16:49:32 +0000
committergdt <gdt>2011-01-27 16:49:32 +0000
commit1bc77284fbd1e906d0b24478ed954f16aa52f7dc (patch)
tree19f2caa7c3f962a9813fdcd65296243189792a8d /databases/py-sqlite2/Makefile
parent8b0816a6334f6f229a4fb667952760e5ffd0adec (diff)
downloadpkgsrc-1bc77284fbd1e906d0b24478ed954f16aa52f7dc.tar.gz
Use distutils.mk instead of extension.mk, so that egg file is installed.
Diffstat (limited to 'databases/py-sqlite2/Makefile')
-rw-r--r--databases/py-sqlite2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index bf73015624b..24cc46e6a2a 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2010/10/02 06:11:03 obache Exp $
+# $NetBSD: Makefile,v 1.22 2011/01/27 16:49:32 gdt Exp $
DISTNAME= pysqlite-2.6.0
PKGNAME= ${PYPKGPREFIX}-sqlite2-2.6.0
+PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://pysqlite.googlecode.com/files/
@@ -11,9 +12,7 @@ COMMENT= SQLite database adapter for Python
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
-
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.if !defined(PYPACKAGE) || ${PYPACKAGE} != "python24"
PLIST.python25= yes