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 /www/kannel | |
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 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 9c238159345..23ad42ba2b8 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/08/25 21:52:10 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/09/10 16:06:51 wiz Exp $ # DISTNAME= gateway-${KANNEL_VER} PKGNAME= kannel-${KANNEL_VER} +PKGREVISION= 1 CATEGORIES= www net MASTER_SITES= http://www.kannel.org/download/${KANNEL_VER}/ |