summaryrefslogtreecommitdiff
path: root/security/xmlsec1
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 /security/xmlsec1
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 'security/xmlsec1')
-rw-r--r--security/xmlsec1/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xmlsec1/buildlink3.mk b/security/xmlsec1/buildlink3.mk
index 7219bac6932..f4b0ca0987e 100644
--- a/security/xmlsec1/buildlink3.mk
+++ b/security/xmlsec1/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2011/04/22 13:42:48 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:58 dholland Exp $
BUILDLINK_TREE+= xmlsec1
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= xmlsec1
XMLSEC1_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xmlsec1+= xmlsec1>=1.2.6nb6
-BUILDLINK_ABI_DEPENDS.xmlsec1?= xmlsec1>=1.2.17nb1
+BUILDLINK_ABI_DEPENDS.xmlsec1+= xmlsec1>=1.2.17nb1
BUILDLINK_PKGSRCDIR.xmlsec1?= ../../security/xmlsec1
BUILDLINK_INCDIRS.xmlsec1+= include/xmlsec1
BUILDLINK_CPPFLAGS.xmlsec1+= -DXMLSEC_CRYPTO_OPENSSL