summaryrefslogtreecommitdiff
path: root/audio/cddb-bundle
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
commit6dc45cafae6c89e50133e7faf5c8a53d8d87f912 (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /audio/cddb-bundle
parente9a548d93fe995c9442e75b6780ce1bbb032e3ab (diff)
downloadpkgsrc-6dc45cafae6c89e50133e7faf5c8a53d8d87f912.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'audio/cddb-bundle')
-rw-r--r--audio/cddb-bundle/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cddb-bundle/buildlink3.mk b/audio/cddb-bundle/buildlink3.mk
index 3f707c2248a..20b79928413 100644
--- a/audio/cddb-bundle/buildlink3.mk
+++ b/audio/cddb-bundle/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2009/04/19 08:19:37 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:53:13 dholland Exp $
BUILDLINK_TREE+= cddb-bundle
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= cddb-bundle
CDDB_BUNDLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cddb-bundle+= cddb-bundle>=0.2
-BUILDLINK_ABI_DEPENDS.cddb-bundle?= cddb-bundle>=0.2nb1
+BUILDLINK_ABI_DEPENDS.cddb-bundle+= cddb-bundle>=0.2nb1
BUILDLINK_PKGSRCDIR.cddb-bundle?= ../../audio/cddb-bundle
.endif # CDDB_BUNDLE_BUILDLINK3_MK