diff options
author | sketch <sketch> | 2006-05-04 12:59:04 +0000 |
---|---|---|
committer | sketch <sketch> | 2006-05-04 12:59:04 +0000 |
commit | 29b3a19696c42542019a66dcd894a4d6cc95bf0b (patch) | |
tree | cc754fd903f66b06eb89f7fc6caa8801bd0b15e5 /editors | |
parent | f035308299f73da016b62e426d25d3acaab7f390 (diff) | |
download | pkgsrc-29b3a19696c42542019a66dcd894a4d6cc95bf0b.tar.gz |
Abiword requires libiconv as a run-time dependancy.
Diffstat (limited to 'editors')
-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" |