diff options
author | drochner <drochner> | 2007-12-17 22:05:59 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-12-17 22:05:59 +0000 |
commit | 046d92a21d86bc509ef835ad924ca2c117ff1cb4 (patch) | |
tree | 3251ee7f90c99600db58c5579a7200b92bbf8e53 /editors/abiword/Makefile | |
parent | 500ba40ba52a9c0ee48f0fe6d021bd654e228e33 (diff) | |
download | pkgsrc-046d92a21d86bc509ef835ad924ca2c117ff1cb4.tar.gz |
There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
Diffstat (limited to 'editors/abiword/Makefile')
-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 |