summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-bdb-xml/Makefile4
-rw-r--r--editors/manedit/Makefile4
2 files changed, 6 insertions, 2 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} \
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index 4f0fe82ac21..19f01ea045c 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:32 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/05/14 17:16:42 joerg Exp $
#
DISTNAME= manedit-0.5.6
@@ -13,6 +13,8 @@ COMMENT= UNIX Manual (man, manpage) page editor, viewer, and browser for X11
WRKSRC= ${WRKDIR}/${DISTNAME}/manedit
+USE_LANGUAGES= c c++
+
MAKE_ENV+= CPP=${CXX:Q}
# The FreeBSD makefile may be used as "generic UNIX".