summaryrefslogtreecommitdiff
path: root/geography/gpsd
diff options
context:
space:
mode:
authorgdt <gdt>2009-12-07 20:24:22 +0000
committergdt <gdt>2009-12-07 20:24:22 +0000
commit71771e6b544076c9c6f3aadb429a290c9d5b9bed (patch)
treec0f931a4c611c30044523d15f907e16674890336 /geography/gpsd
parent7479df10b7461b2299c40d69fc9fef770d59ceb0 (diff)
downloadpkgsrc-71771e6b544076c9c6f3aadb429a290c9d5b9bed.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