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 /textproc/redland | |
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 'textproc/redland')
-rw-r--r-- | textproc/redland/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/redland/buildlink3.mk b/textproc/redland/buildlink3.mk index bfc16c9ab16..c2d5a251533 100644 --- a/textproc/redland/buildlink3.mk +++ b/textproc/redland/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2012/03/19 09:40:08 markd Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:54:03 dholland Exp $ BUILDLINK_TREE+= redland @@ -6,7 +6,7 @@ BUILDLINK_TREE+= redland REDLAND_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.redland+= redland>=1.0.7 -BUILDLINK_ABI_DEPENDS.redland?= redland>=1.0.12nb3 +BUILDLINK_ABI_DEPENDS.redland+= redland>=1.0.12nb3 BUILDLINK_PKGSRCDIR.redland?= ../../textproc/redland .include "../../security/openssl/buildlink3.mk" |