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/pilot-link | |
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/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index f48d44e6cfa..3de71b0381a 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2001/11/30 17:32:17 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/09/10 16:06:36 wiz Exp $ # .include "../../comms/pilot-link/Makefile.common" PKGNAME= pilot-link-${PILOT_LINK_VERS} +PKGREVISION= 1 COMMENT= Tools to talk to the 3Com Pilot PDA BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} |