diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-12 20:48:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-12 20:48:37 +0000 |
commit | 0c4f009eb5425ebb6af97d2096f0fc90deceb88a (patch) | |
tree | 9bc1aa085a1e68fb0db8b338cdbcd74c06eefd60 /converters/wv2 | |
parent | a73a54293f78b2b295bf4e22c8f4816b6a608ebe (diff) | |
download | pkgsrc-0c4f009eb5425ebb6af97d2096f0fc90deceb88a.tar.gz |
Needs C++.
Diffstat (limited to 'converters/wv2')
-rw-r--r-- | converters/wv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile index 7fe186156ff..600ed12965d 100644 --- a/converters/wv2/Makefile +++ b/converters/wv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/06 00:18:13 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/05/12 20:48:37 rillig Exp $ # DISTNAME= wv2-0.2.2 @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv} |