diff options
author | sketch <sketch@pkgsrc.org> | 2006-05-04 12:59:04 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2006-05-04 12:59:04 +0000 |
commit | 6873f02080f53e86ed86d994f788ed465319be98 (patch) | |
tree | cc754fd903f66b06eb89f7fc6caa8801bd0b15e5 /editors/abiword | |
parent | 1d8e75186bb77bbb55dd24ffa86e44ebd566b32e (diff) | |
download | pkgsrc-6873f02080f53e86ed86d994f788ed465319be98.tar.gz |
Abiword requires libiconv as a run-time dependancy.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index af7921909a1..f1b304ab05d 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.100 2006/04/17 13:46:21 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2006/05/04 12:59:04 sketch Exp $ .include "Makefile.common" COMMENT= Open Source cross-platform word processor -PKGREVISION= 1 +PKGREVISION= 2 # GTK1 version and previous name of the GTK2 version CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index 4b9f1ba26b4..bb1ad55ac2b 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2006/04/15 10:47:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.32 2006/05/04 12:59:04 sketch Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.4 @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} .include "../../converters/fribidi/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../converters/wv/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |