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 | 55912d0f58ec458dd1244cfdef9d2333119383f1 (patch) | |
tree | 9bc1aa085a1e68fb0db8b338cdbcd74c06eefd60 /converters | |
parent | ae111087fde85e788dcba34d707f810be13c0233 (diff) | |
download | pkgsrc-55912d0f58ec458dd1244cfdef9d2333119383f1.tar.gz |
Needs C++.
Diffstat (limited to 'converters')
-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} |