summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authordrochner <drochner>2005-04-18 16:58:06 +0000
committerdrochner <drochner>2005-04-18 16:58:06 +0000
commitec28f293d7d182bde2899be48a3145c708918731 (patch)
tree8acf6e428fdec90a6e5e17971c4c09a5812dc88e /editors/abiword
parent773e2aec8d559770623347c0bd9e7d7f28c467b6 (diff)
downloadpkgsrc-ec28f293d7d182bde2899be48a3145c708918731.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/Makefile3
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 \