summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-12 07:55:32 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-12 07:55:32 +0000
commit4c474e2e248008a9e69187ffd2181d3e9a45d308 (patch)
tree2fddfb86083bc8994c709975965741716a09cb58
parentebf595edf5816e12322881c288c9d79047a64b5a (diff)
downloadpkgsrc-4c474e2e248008a9e69187ffd2181d3e9a45d308.tar.gz
Uses C++.
-rw-r--r--net/boinc3-seti/Makefile3
-rw-r--r--net/mldonkey/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/boinc3-seti/Makefile b/net/boinc3-seti/Makefile
index c3de64b66c9..580e98aec35 100644
--- a/net/boinc3-seti/Makefile
+++ b/net/boinc3-seti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:17 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/05/12 08:24:57 joerg Exp $
#
DISTNAME= seti_boinc-client-cvs-2004-07-15
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= BOINCDIR=${BUILDLINK_DIR}/boinc3
# XXX don't know why MySQL is needed here
#CONFIGURE_ENV+= MYSQL_CONFIG=true
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
CLIENTBINNAME= setiathome-3.10.${MACHINE_GNU_PLATFORM}
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common
index e1b75499fc9..3c2d7caa4b1 100644
--- a/net/mldonkey/Makefile.common
+++ b/net/mldonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2006/04/16 11:09:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2006/05/12 07:55:32 joerg Exp $
#
DISTNAME= mldonkey-2.7.5
@@ -14,6 +14,7 @@ DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl
CONFIGURE_ENV+= WGET=""