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 | 4c474e2e248008a9e69187ffd2181d3e9a45d308 (patch) | |
tree | 2fddfb86083bc8994c709975965741716a09cb58 /net/mldonkey/Makefile.common | |
parent | ebf595edf5816e12322881c288c9d79047a64b5a (diff) | |
download | pkgsrc-4c474e2e248008a9e69187ffd2181d3e9a45d308.tar.gz |
Uses C++.
Diffstat (limited to 'net/mldonkey/Makefile.common')
-rw-r--r-- | net/mldonkey/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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="" |