pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/tomoe Set BUILDLINK_ABI_DEPENDS.tomoe corr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aa2b73bf6c3
branches:  trunk
changeset: 603454:9aa2b73bf6c3
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 17:24:21 2012 +0000

description:
Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint

diffstat:

 inputmethod/tomoe/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5096fd95b9b2 -r 9aa2b73bf6c3 inputmethod/tomoe/buildlink3.mk
--- a/inputmethod/tomoe/buildlink3.mk   Sun May 06 17:14:58 2012 +0000
+++ b/inputmethod/tomoe/buildlink3.mk   Sun May 06 17:24:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2012/03/03 00:12:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2012/05/06 17:24:21 dholland Exp $
 
 BUILDLINK_TREE+=       tomoe
 
@@ -6,7 +6,7 @@
 TOMOE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.tomoe+=  tomoe>=0.6.0
-BUILDLINK_ABI_DEPENDS.tomoe?=  tomoe>=0.6.0nb4
+BUILDLINK_ABI_DEPENDS.tomoe+=  tomoe>=0.6.0nb4
 BUILDLINK_PKGSRCDIR.tomoe?=    ../../inputmethod/tomoe
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index