summaryrefslogtreecommitdiff
path: root/graphics/xfce4-icon-theme
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 /graphics/xfce4-icon-theme
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 'graphics/xfce4-icon-theme')
-rw-r--r--graphics/xfce4-icon-theme/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfce4-icon-theme/buildlink3.mk b/graphics/xfce4-icon-theme/buildlink3.mk
index 0d79875f2c2..04b94cb2648 100644
--- a/graphics/xfce4-icon-theme/buildlink3.mk
+++ b/graphics/xfce4-icon-theme/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2012/03/03 00:12:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2012/05/07 01:53:38 dholland Exp $
BUILDLINK_TREE+= xfce4-icon-theme
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-icon-theme
XFCE4_ICON_THEME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-icon-theme+= xfce4-icon-theme>=4.4.3
-BUILDLINK_ABI_DEPENDS.xfce4-icon-theme?= xfce4-icon-theme>=4.4.3nb7
+BUILDLINK_ABI_DEPENDS.xfce4-icon-theme+= xfce4-icon-theme>=4.4.3nb7
BUILDLINK_PKGSRCDIR.xfce4-icon-theme?= ../../graphics/xfce4-icon-theme
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"