summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines
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 /x11/gtk2-engines
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 'x11/gtk2-engines')
-rw-r--r--x11/gtk2-engines/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2-engines/buildlink3.mk b/x11/gtk2-engines/buildlink3.mk
index 3b9a07e9def..3457f4d4e17 100644
--- a/x11/gtk2-engines/buildlink3.mk
+++ b/x11/gtk2-engines/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2012/03/03 00:12:30 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2012/05/07 01:54:08 dholland Exp $
BUILDLINK_TREE+= gtk2-engines
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gtk2-engines
GTK2_ENGINES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gtk2-engines+= gtk2-engines>=2.6.0
-BUILDLINK_ABI_DEPENDS.gtk2-engines?= gtk2-engines>=2.20.2nb6
+BUILDLINK_ABI_DEPENDS.gtk2-engines+= gtk2-engines>=2.20.2nb6
BUILDLINK_PKGSRCDIR.gtk2-engines?= ../../x11/gtk2-engines
.include "../../x11/gtk2/buildlink3.mk"