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 | 5259aedfe4e6ba26398de4ba7edecf462f9aaaf3 (patch) | |
tree | 8acf6e428fdec90a6e5e17971c4c09a5812dc88e /editors | |
parent | 76f52b70de4bfe21f0907c5f1975ad7d4012f9b5 (diff) | |
download | pkgsrc-5259aedfe4e6ba26398de4ba7edecf462f9aaaf3.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')
-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 \ |