diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
commit | f4e9595f262d720fd01e972caedf9b6db8b151d6 (patch) | |
tree | e3aafcd3857ac2bdc7ca0607114c79d78e672bae /comms/jpilot | |
parent | 349947890d52ac60f1ec5771172f5ee89bba6b75 (diff) | |
download | pkgsrc-f4e9595f262d720fd01e972caedf9b6db8b151d6.tar.gz |
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Diffstat (limited to 'comms/jpilot')
-rw-r--r-- | comms/jpilot/Makefile | 3 | ||||
-rw-r--r-- | comms/jpilot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index fdaa27d4e96..b20ae7ca08c 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2008/10/09 19:01:57 bad Exp $ +# $NetBSD: Makefile,v 1.64 2009/05/20 00:58:08 wiz Exp $ # DISTNAME= jpilot-1.6.0 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/ diff --git a/comms/jpilot/buildlink3.mk b/comms/jpilot/buildlink3.mk index 9484efa0f59..77c48651c71 100644 --- a/comms/jpilot/buildlink3.mk +++ b/comms/jpilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2009/03/20 19:24:02 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2009/05/20 00:58:08 wiz Exp $ BUILDLINK_TREE+= jpilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= jpilot JPILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0 -BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0 +BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.6.0nb1 BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot .include "../../comms/pilot-link-libs/buildlink3.mk" |