summaryrefslogtreecommitdiff
path: root/geography/gpsd
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-12-07 20:24:22 +0000
committergdt <gdt@pkgsrc.org>2009-12-07 20:24:22 +0000
commit6ed55d41beecd5addbda888564c693589e98409b (patch)
treec0f931a4c611c30044523d15f907e16674890336 /geography/gpsd
parent5249c32f86cb064a424587aa6ffc53c9be096163 (diff)
downloadpkgsrc-6ed55d41beecd5addbda888564c693589e98409b.tar.gz
Update ABI_DEPENDS for shlib change, and also API_DEPENDS due to
impending changes. Revbump those that depend.
Diffstat (limited to 'geography/gpsd')
-rw-r--r--geography/gpsd/buildlink3.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/geography/gpsd/buildlink3.mk b/geography/gpsd/buildlink3.mk
index 32779b69654..e6838051a28 100644
--- a/geography/gpsd/buildlink3.mk
+++ b/geography/gpsd/buildlink3.mk
@@ -1,11 +1,14 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:35 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2009/12/07 20:24:22 gdt Exp $
BUILDLINK_TREE+= gpsd
.if !defined(GPSD_BUILDLINK3_MK)
GPSD_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gpsd+= gpsd>=2.37nb1
+# 2.90 is the beginning of withdrawing of interfaces. Plus
+# it's an ABI.
+BUILDLINK_API_DEPENDS.gpsd+= gpsd>=2.90
+BUILDLINK_ABI_DEPENDS.gpsd?= gpsd>=2.90
BUILDLINK_PKGSRCDIR.gpsd?= ../../geography/gpsd
.endif # GPSD_BUILDLINK3_MK