diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /comms/malsync | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'comms/malsync')
-rw-r--r-- | comms/malsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 39fcac085ec..ca6b85576b6 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/06/27 18:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:35 wiz Exp $ # DISTNAME= ${PKGNAME:S/-/_/}.src PKGNAME= malsync-2.0.5 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/malsync/mal/client/unix CATEGORIES= comms MASTER_SITES= http://www.tomw.org/malsync/ |