diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-11 09:12:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-11 09:12:03 +0000 |
commit | ef428334c81020adaea8303e99592a5233c1264e (patch) | |
tree | 2f4f6cd5c671a0c8d757a421fc4673a538d5e10f /editors/abiword/Makefile | |
parent | 12c73570bd745d4164c5ffcfd2bd64c419d6f866 (diff) | |
download | pkgsrc-ef428334c81020adaea8303e99592a5233c1264e.tar.gz |
Since we only have libiconv-1.5 in pkgsrc, only depend on that version,
not 1.6.1.
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index e4decffdfaf..b408bb9d739 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/05/01 12:45:56 rh Exp $ +# $NetBSD: Makefile,v 1.21 2001/05/11 09:12:03 wiz Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -18,7 +18,7 @@ HOMEPAGE= http://www.abisource.com/ COMMENT= Open Source cross-platform word processor BUILD_DEPENDS+= unzip-*:../../archivers/unzip -DEPENDS+= libiconv>=1.6.1:../../converters/libiconv +DEPENDS+= libiconv>=1.5:../../converters/libiconv DEPENDS+= ispell-base-*:../../textproc/ispell-base DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= png>1.0.9:../../graphics/png |