summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorsketch <sketch>2006-05-04 12:59:04 +0000
committersketch <sketch>2006-05-04 12:59:04 +0000
commit29b3a19696c42542019a66dcd894a4d6cc95bf0b (patch)
treecc754fd903f66b06eb89f7fc6caa8801bd0b15e5 /editors/abiword
parentf035308299f73da016b62e426d25d3acaab7f390 (diff)
downloadpkgsrc-29b3a19696c42542019a66dcd894a4d6cc95bf0b.tar.gz
Abiword requires libiconv as a run-time dependancy.
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile4
-rw-r--r--editors/abiword/Makefile.common3
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"