summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgrant <grant>2005-07-13 04:37:52 +0000
committergrant <grant>2005-07-13 04:37:52 +0000
commit9450bf276d445b3dc74eff848271957524e0063b (patch)
treed2b077ce5473642264530b05c02e15f485087071 /textproc
parent205f756a24038a3fb78a575d435fde721517e497 (diff)
downloadpkgsrc-9450bf276d445b3dc74eff848271957524e0063b.tar.gz
no need to force the latest version when IGNORE_RECOMMENDED=YES. set
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/buildlink3.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk
index 7835164d636..215a7f4105a 100644
--- a/textproc/aspell/buildlink3.mk
+++ b/textproc/aspell/buildlink3.mk
@@ -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:= ${BUILDLINK_PACKAGES:Naspell}
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