diff options
author | dholland <dholland> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-07 01:53:12 +0000 |
commit | cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1 (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /math/mpfr | |
parent | f43c47166f9cf7aa6bc7933084e9b00e58a1511b (diff) | |
download | pkgsrc-cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpfr/buildlink3.mk b/math/mpfr/buildlink3.mk index 2ba3fdfca82..3d446774cac 100644 --- a/math/mpfr/buildlink3.mk +++ b/math/mpfr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2010/07/15 21:35:10 asau Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2012/05/07 01:53:46 dholland Exp $ BUILDLINK_TREE+= mpfr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= mpfr MPFR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3 -BUILDLINK_ABI_DEPENDS.mpfr?= mpfr>=3.0.0.3 +BUILDLINK_ABI_DEPENDS.mpfr+= mpfr>=3.0.0.3 BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr .include "../../devel/gmp/buildlink3.mk" |