pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell no need to force the latest version wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b1773414c05
branches:  trunk
changeset: 496779:3b1773414c05
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Jul 13 04:37:52 2005 +0000

description:
no need to force the latest version when IGNORE_RECOMMENDED=YES. set
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.

diffstat:

 textproc/aspell/buildlink3.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2117c07685d6 -r 3b1773414c05 textproc/aspell/buildlink3.mk
--- a/textproc/aspell/buildlink3.mk     Wed Jul 13 04:08:57 2005 +0000
+++ b/textproc/aspell/buildlink3.mk     Wed Jul 13 04:37:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/12/31 14:26:47 minskim Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2005/07/13 04:37:52 grant Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+
@@ -11,7 +11,8 @@
 BUILDLINK_PACKAGES+=   aspell
 
 .if !empty(ASPELL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.aspell+=     aspell>=0.60.2
+BUILDLINK_DEPENDS.aspell+=     aspell>=0.50.3
+BUILDLINK_RECOMMENDED.aspell+= aspell>=0.60.2
 BUILDLINK_PKGSRCDIR.aspell?=   ../../textproc/aspell
 .endif # ASPELL_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index