summaryrefslogtreecommitdiff
path: root/geography/gpsd
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 01:53:12 +0000
committerdholland <dholland>2012-05-07 01:53:12 +0000
commit34896bd1c6e1bd3b49a53ab03da550c546a5b078 (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /geography/gpsd
parent1ac24055bbf9ecf582115722bf49893250f6c5cf (diff)
downloadpkgsrc-34896bd1c6e1bd3b49a53ab03da550c546a5b078.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'geography/gpsd')
-rw-r--r--geography/gpsd/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gpsd/buildlink3.mk b/geography/gpsd/buildlink3.mk
index ddeb6c63a5c..61b4dc50bba 100644
--- a/geography/gpsd/buildlink3.mk
+++ b/geography/gpsd/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2011/03/30 19:05:22 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:31 dholland Exp $
BUILDLINK_TREE+= gpsd
@@ -8,7 +8,7 @@ GPSD_BUILDLINK3_MK:=
# 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.96
+BUILDLINK_ABI_DEPENDS.gpsd+= gpsd>=2.96
BUILDLINK_PKGSRCDIR.gpsd?= ../../geography/gpsd
.endif # GPSD_BUILDLINK3_MK