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 /x11/kde-runtime4 | |
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 'x11/kde-runtime4')
-rw-r--r-- | x11/kde-runtime4/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde-runtime4/buildlink3.mk b/x11/kde-runtime4/buildlink3.mk index be706c7ddcc..1de035d617e 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2012/03/19 19:44:03 markd Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2012/05/07 01:54:09 dholland Exp $ BUILDLINK_TREE+= kde-runtime @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kde-runtime KDE_RUNTIME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kde-runtime+= kde-runtime4>=4.0.0 -BUILDLINK_ABI_DEPENDS.kde-runtime?= kde-runtime4>=4.5.4nb1 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.5.4nb1 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |