summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland>2011-10-02 15:31:22 +0000
committerdholland <dholland>2011-10-02 15:31:22 +0000
commit1ffc1bf6acbfd503cac0c16917bd49580e34b1ea (patch)
treede4aa3a83a5ba714aae94a2b665c2ce2eba70901 /databases
parented8949f6066238397a162e0b5a4b4027184aae4b (diff)
downloadpkgsrc-1ffc1bf6acbfd503cac0c16917bd49580e34b1ea.tar.gz
Doesn't like python24. Probably fixable, probably not worth the trouble.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-bdb-xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile
index 07f90e104f7..4b14c3a05d3 100644
--- a/databases/py-bdb-xml/Makefile
+++ b/databases/py-bdb-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/02/23 10:33:47 adam Exp $
+# $NetBSD: Makefile,v 1.18 2011/10/02 15:31:22 dholland Exp $
DISTNAME= dbxml-2.5.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
@@ -20,6 +20,8 @@ USE_LANGUAGES= c c++
NO_CONFIGURE= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 24
+
SUBST_CLASSES+= fix-path
SUBST_STAGE.fix-path= pre-build
SUBST_MESSAGE.fix-path= Fixing library paths.