summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-10 20:22:48 +0000
committerwiz <wiz>2006-01-10 20:22:48 +0000
commit69179635eb44cce7443c60efe92fac99b628494c (patch)
tree73f0c48aaed35b05f63f2ee2b9fbfe59390c7754 /databases/py-bsddb3
parentb719e2e6b5307415e6dcd1dd8bb91fe55166d340 (diff)
downloadpkgsrc-69179635eb44cce7443c60efe92fac99b628494c.tar.gz
Mark as broken: does not compile against db4-4.4.x, and no
newer version out yet.
Diffstat (limited to 'databases/py-bsddb3')
-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 aad68ae3301..be85d736a8e 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/06 15:10:02 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/10 20:22:48 wiz Exp $
#
DISTNAME= bsddb3-4.3.3
@@ -17,7 +17,7 @@ PYSETUPINSTALLARGS= --berkeley-db=${BUILDLINK_PREFIX.db4}
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-BUILDLINK_DEPENDS.db4+= db4>=4.2.52
+BROKEN= Does not compile with db4-4.4 API.
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"