summaryrefslogtreecommitdiff
path: root/editors/abiword/Makefile.common
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2006-05-04 12:59:04 +0000
committersketch <sketch@pkgsrc.org>2006-05-04 12:59:04 +0000
commitc5ab89a73eb06fbc3a584c962f98b9e096e70692 (patch)
treecc754fd903f66b06eb89f7fc6caa8801bd0b15e5 /editors/abiword/Makefile.common
parent60c98f0d13eeaa2600cae6a2d81c6183485a93c4 (diff)
downloadpkgsrc-c5ab89a73eb06fbc3a584c962f98b9e096e70692.tar.gz
Abiword requires libiconv as a run-time dependancy.
Diffstat (limited to 'editors/abiword/Makefile.common')
-rw-r--r--editors/abiword/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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"