summaryrefslogtreecommitdiff
path: root/www/librest07
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 /www/librest07
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 'www/librest07')
-rw-r--r--www/librest07/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/librest07/buildlink3.mk b/www/librest07/buildlink3.mk
index a7b4bfec2ce..4f70a614993 100644
--- a/www/librest07/buildlink3.mk
+++ b/www/librest07/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2012/04/27 12:32:06 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2012/05/07 01:54:05 dholland Exp $
BUILDLINK_TREE+= librest
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= librest
LIBREST_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.librest+= librest07>=0.7
-BUILDLINK_ABI_DEPENDS.librest?= librest07>=0.7.12nb1
+BUILDLINK_ABI_DEPENDS.librest+= librest07>=0.7.12nb1
BUILDLINK_PKGSRCDIR.librest?= ../../www/librest07
.include "../../devel/glib2/buildlink3.mk"