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 /www/librest | |
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 'www/librest')
-rw-r--r-- | www/librest/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/librest/buildlink3.mk b/www/librest/buildlink3.mk index 968d1b878a9..9851d687302 100644 --- a/www/librest/buildlink3.mk +++ b/www/librest/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2012/04/27 12:32:06 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2012/05/07 01:54:05 dholland Exp $ BUILDLINK_TREE+= librest @@ -6,7 +6,7 @@ BUILDLINK_TREE+= librest LIBREST_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.librest+= librest>=0.6 -BUILDLINK_ABI_DEPENDS.librest?= librest>=0.6nb5 +BUILDLINK_ABI_DEPENDS.librest+= librest>=0.6nb5 BUILDLINK_PKGSRCDIR.librest?= ../../www/librest .include "../../devel/glib2/buildlink3.mk" |