diff options
author | xtraeme <xtraeme> | 2004-03-20 16:25:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-20 16:25:16 +0000 |
commit | a0f1b42c76fabc08753ea8bc5294e397286874ec (patch) | |
tree | 76301ee306a3796ca6ddad23810213714d11e4d2 /editors | |
parent | d3017f4b9d6f44ac2b449f60513f9238d0e35f27 (diff) | |
download | pkgsrc-a0f1b42c76fabc08753ea8bc5294e397286874ec.tar.gz |
Make sure we get converters/libiconv dependency, via USE_BUILTIN.iconv=no
(looks like USE_GNU_ICONV doesn't get the dependency), this will fix
the problem seen in latest agc@'s bulk build.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ca4cb767b5f..a688687556e 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2004/03/08 19:40:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.74 2004/03/20 16:25:16 xtraeme Exp $ # DISTNAME= abiword-2.0.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} EXTRACT_SUFX= .tar.bz2 @@ -20,12 +20,13 @@ CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* MAKEFILE= GNUmakefile GNU_CONFIGURE= yes USE_BUILDLINK3= yes -USE_GNU_ICONV= yes # XXX USE_GNU_TOOLS+= make USE_PERL5= run USE_X11= yes WRKSRC= ${WRKDIR}/${DISTNAME}/abi +USE_BUILTIN.iconv= no # Make sure we get libiconv dependency. + REPLACE_PERL= user/wp/scripts/abw2html.pl CONFIGURE_ARGS+= --enable-gucharmap |