pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/camlp5 Correct BUILDLINK_ABI_DEPENDS.camlp5 to sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf56d3cc1e39
branches:  trunk
changeset: 609742:cf56d3cc1e39
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Oct 09 01:41:59 2012 +0000

description:
Correct BUILDLINK_ABI_DEPENDS.camlp5 to say 6.06 instead of 6.06nb1.

diffstat:

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

diffs (18 lines):

diff -r 4c3984cc1d44 -r cf56d3cc1e39 lang/camlp5/buildlink3.mk
--- a/lang/camlp5/buildlink3.mk Tue Oct 09 01:36:45 2012 +0000
+++ b/lang/camlp5/buildlink3.mk Tue Oct 09 01:41:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2012/10/08 15:31:14 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2012/10/09 01:41:59 kristerw Exp $
 #
 
 BUILDLINK_TREE+=       camlp5
@@ -7,7 +7,7 @@
 CAMLP5_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.camlp5+= camlp5>=5.01
-BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.06nb1
+BUILDLINK_ABI_DEPENDS.camlp5+= camlp5>=6.06
 BUILDLINK_PKGSRCDIR.camlp5?=   ../../lang/camlp5
 
 .include "../../lang/ocaml/buildlink3.mk"



Home | Main Index | Thread Index | Old Index