diff options
author | drochner <drochner@pkgsrc.org> | 2007-12-17 22:04:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-12-17 22:04:38 +0000 |
commit | cc5a35b16539a5550d027a1cabee6614373efe60 (patch) | |
tree | f4cd1766c39fbbf6e2813e0f0cf54b398644cdaa /converters | |
parent | ed10073c09b504fb35e1c9165d6cbf00a47e79a9 (diff) | |
download | pkgsrc-cc5a35b16539a5550d027a1cabee6614373efe60.tar.gz |
There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
approved by markd (a while ago)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wv2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile index 71a5e52b77e..d4a1246bd76 100644 --- a/converters/wv2/Makefile +++ b/converters/wv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/09/21 13:03:30 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2007/12/17 22:04:38 drochner Exp $ # DISTNAME= wv2-0.2.3 @@ -11,7 +11,6 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://wvware.sourceforge.net/ COMMENT= Library to access Microsoft Word files -USE_GNU_ICONV= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |