diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
commit | 0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /time/xfce4-timer-plugin | |
parent | fac80c722b21047393798c189bd6e5bb9e28fb87 (diff) | |
download | pkgsrc-0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'time/xfce4-timer-plugin')
-rw-r--r-- | time/xfce4-timer-plugin/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/xfce4-timer-plugin/buildlink3.mk b/time/xfce4-timer-plugin/buildlink3.mk index 8dac4de191a..f1eb9b643bc 100644 --- a/time/xfce4-timer-plugin/buildlink3.mk +++ b/time/xfce4-timer-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2012/03/03 00:11:57 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:54:04 dholland Exp $ BUILDLINK_TREE+= xfce4-timer-plugin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-timer-plugin XFCE4_TIMER_PLUGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-timer-plugin+= xfce4-timer-plugin>=0.5.1 -BUILDLINK_ABI_DEPENDS.xfce4-timer-plugin?= xfce4-timer-plugin>=0.5.1nb9 +BUILDLINK_ABI_DEPENDS.xfce4-timer-plugin+= xfce4-timer-plugin>=0.5.1nb9 BUILDLINK_PKGSRCDIR.xfce4-timer-plugin?= ../../time/xfce4-timer-plugin .include "../../x11/xfce4-panel/buildlink3.mk" |