summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-12-18 13:37:25 +0000
committerjoerg <joerg@pkgsrc.org>2013-12-18 13:37:25 +0000
commitb678c749e27ee103fd1a42eebac04f7c847421de (patch)
tree0a7c2c402e79977c23f230a0c0c887386d4bb393 /databases/py-bsddb3/Makefile
parent528742acb1c5d47feefebcdc88aaa25dbd749508 (diff)
downloadpkgsrc-b678c749e27ee103fd1a42eebac04f7c847421de.tar.gz
Apply the changes from setup2.py to setup3.py as well to fix the build
of the Python 3.x variant.
Diffstat (limited to 'databases/py-bsddb3/Makefile')
-rw-r--r--databases/py-bsddb3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index 1297f24b49f..b453835bb32 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2013/12/11 19:18:56 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2013/12/18 13:37:25 joerg Exp $
DISTNAME= bsddb3-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ REPLACE_PYTHON+= Lib3/bsddb/test/test_dbtables.py
SUBST_CLASSES+= bdb
SUBST_STAGE.bdb= pre-configure
-SUBST_FILES.bdb= ${WRKSRC}/setup2.py
+SUBST_FILES.bdb= ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py
SUBST_SED.bdb= -e "s,dblib = 'db',dblib = '${BDB_TYPE}',g"
do-test: