diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-12 07:55:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-12 07:55:32 +0000 |
commit | cad77951f56b23b5ac99cd9e3d194a2c1e49a877 (patch) | |
tree | 2fddfb86083bc8994c709975965741716a09cb58 /net | |
parent | 9b4ea7ca3488f4dad4d9ea94f3ff1ebaccd9b246 (diff) | |
download | pkgsrc-cad77951f56b23b5ac99cd9e3d194a2c1e49a877.tar.gz |
Uses C++.
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc3-seti/Makefile | 3 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 3 |
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="" |