pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/enchant Add a dependency on ispell-base if is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393280698d73
branches:  trunk
changeset: 548357:393280698d73
user:      smb <smb%pkgsrc.org@localhost>
date:      Mon Oct 13 20:18:15 2008 +0000

description:
Add a dependency on ispell-base if ispell is enabled (parallel to
the dependencies on aspell and hunspell); added a MESSAGE file mentioning
the need for dictionaries.

diffstat:

 textproc/enchant/Makefile   |  3 ++-
 textproc/enchant/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r e14bbd4321be -r 393280698d73 textproc/enchant/Makefile
--- a/textproc/enchant/Makefile Mon Oct 13 20:04:21 2008 +0000
+++ b/textproc/enchant/Makefile Mon Oct 13 20:18:15 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2008/05/21 09:39:12 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2008/10/13 20:18:15 smb Exp $
 #
 
 DISTNAME=              enchant-1.4.2
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.abisource.com/downloads/enchant/1.4.2/
+PKGREVISION=           1
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.abisource.com/projects/enchant/
diff -r e14bbd4321be -r 393280698d73 textproc/enchant/options.mk
--- a/textproc/enchant/options.mk       Mon Oct 13 20:04:21 2008 +0000
+++ b/textproc/enchant/options.mk       Mon Oct 13 20:18:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2008/04/17 21:07:18 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2008/10/13 20:18:15 smb Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.enchant
 PKG_SUPPORTED_OPTIONS= aspell enchant-zemberek hunspell ispell
@@ -39,6 +39,7 @@
 .if !empty(PKG_OPTIONS:Mispell)
 CONFIGURE_ARGS+=       --enable-ispell
 PLIST.ispell=          yes
+DEPENDS+=              ispell-base>=3.3.02:../../textproc/ispell-base
 .else
 CONFIGURE_ARGS+=       --disable-ispell
 .endif



Home | Main Index | Thread Index | Old Index