diff options
author | drochner <drochner@pkgsrc.org> | 2007-12-17 22:05:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-12-17 22:05:59 +0000 |
commit | 88492d49f1c44e70bf967ac9f89d53f3b6f12a51 (patch) | |
tree | 3251ee7f90c99600db58c5579a7200b92bbf8e53 | |
parent | cc5a35b16539a5550d027a1cabee6614373efe60 (diff) | |
download | pkgsrc-88492d49f1c44e70bf967ac9f89d53f3b6f12a51.tar.gz |
There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 1aaf41bfed7..35879cf2d18 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2007/11/29 02:49:11 rillig Exp $ +# $NetBSD: Makefile,v 1.113 2007/12/17 22:05:59 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -37,8 +37,6 @@ CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg} CONFIGURE_ARGS+= --with-libxml2 CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} -USE_GNU_ICONV= yes - INSTALLATION_DIRS+= ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/AbiSuite-2.4/AbiWord |