diff options
author | wiz <wiz> | 2001-05-11 09:12:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-11 09:12:03 +0000 |
commit | c847c96f096f8ec20e1dc72b430815b537f773c2 (patch) | |
tree | 2f4f6cd5c671a0c8d757a421fc4673a538d5e10f | |
parent | 6e4bea2587ca1dbaeae71b8d04e7aecd7af519c4 (diff) | |
download | pkgsrc-c847c96f096f8ec20e1dc72b430815b537f773c2.tar.gz |
Since we only have libiconv-1.5 in pkgsrc, only depend on that version,
not 1.6.1.
-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 |