summaryrefslogtreecommitdiff
path: root/devel/cppunit
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 /devel/cppunit
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 'devel/cppunit')
-rw-r--r--devel/cppunit/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cppunit/buildlink3.mk b/devel/cppunit/buildlink3.mk
index 302b5594aba..ccc5de80f9f 100644
--- a/devel/cppunit/buildlink3.mk
+++ b/devel/cppunit/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:24:11 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:53:20 dholland Exp $
BUILDLINK_TREE+= cppunit
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= cppunit
CPPUNIT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cppunit+= cppunit>=1.10.2
-BUILDLINK_ABI_DEPENDS.cppunit?= cppunit>=1.10.2nb5
+BUILDLINK_ABI_DEPENDS.cppunit+= cppunit>=1.10.2nb5
BUILDLINK_PKGSRCDIR.cppunit?= ../../devel/cppunit
BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit
.endif # CPPUNIT_BUILDLINK3_MK