diff options
author | drochner <drochner@pkgsrc.org> | 2005-04-18 16:58:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-04-18 16:58:06 +0000 |
commit | 7338a51a6c600ff3570cc5555991c2a16b9fa2bf (patch) | |
tree | 8acf6e428fdec90a6e5e17971c4c09a5812dc88e /editors/abiword | |
parent | affb0b77a78312b0b8d132e938fdc6a20a86ed02 (diff) | |
download | pkgsrc-7338a51a6c600ff3570cc5555991c2a16b9fa2bf.tar.gz |
Always use pkgsrc (GNU) libiconv/gettext; the NetBSD builtin just
doesn't do it. From adam per tech-pkg.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 44ff9fbc751..545a3ff7ba2 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2005/04/04 23:38:57 fredb Exp $ +# $NetBSD: Makefile,v 1.89 2005/04/18 16:58:06 drochner Exp $ .include "Makefile.common" PKGNAME= abiword-${ABIWORD_VERSION} @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --disable-Cocoa CONFIGURE_ARGS+= --enable-threads --with-libxml2 CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} +USE_GNU_ICONV= yes post-install: ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/abiword-docs/man/abiword.1 \ |