summaryrefslogtreecommitdiff
path: root/audio/streamtuner
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-07 01:53:12 +0000
committerdholland <dholland@pkgsrc.org>2012-05-07 01:53:12 +0000
commit0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /audio/streamtuner
parentfac80c722b21047393798c189bd6e5bb9e28fb87 (diff)
downloadpkgsrc-0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'audio/streamtuner')
-rw-r--r--audio/streamtuner/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk
index 517741126ad..d8c8f77f9b8 100644
--- a/audio/streamtuner/buildlink3.mk
+++ b/audio/streamtuner/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.23 2012/03/03 00:12:31 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.24 2012/05/07 01:53:15 dholland Exp $
BUILDLINK_TREE+= streamtuner
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= streamtuner
STREAMTUNER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.streamtuner+= streamtuner>=0.99
-BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb17
+BUILDLINK_ABI_DEPENDS.streamtuner+= streamtuner>=0.99.99nb17
BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner
.include "../../www/curl/buildlink3.mk"