summaryrefslogtreecommitdiff
path: root/databases/py-bdb-xml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-14 17:16:42 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-14 17:16:42 +0000
commitb6fef71ff2c8fabedbc660bb9c676ab96b5725c3 (patch)
treeedb367c2b9f89386cd53d62336da65bd40312ee1 /databases/py-bdb-xml
parent1d37a1278f8ba3b0c23ca63a809e3d679d1891d9 (diff)
downloadpkgsrc-b6fef71ff2c8fabedbc660bb9c676ab96b5725c3.tar.gz
Uses C++.
Diffstat (limited to 'databases/py-bdb-xml')
-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 4fc95c09da7..6b33ebcc6f5 100644
--- a/databases/py-bdb-xml/Makefile
+++ b/databases/py-bdb-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:35 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/14 17:16:46 joerg Exp $
DISTNAME= dbxml-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/python
PYDISTUTILSPKG= YES
NO_CONFIGURE= YES
+USE_LANGUAGES= c c++
+
.include "../../lang/python/extension.mk"
PYSETUPBUILDARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4} \
--with-xerces=${BUILDLINK_PREFIX.xerces-c} \