summaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorsmb <smb>2008-10-13 20:18:15 +0000
committersmb <smb>2008-10-13 20:18:15 +0000
commitb62dac523cfe3b8e679c9df2ac23a8f0d416be60 (patch)
tree6a429e70ee5fad2152b7be0afaeb7ca7502e7683 /textproc/enchant
parent1fc07564c7a347ce0f907c7d9b874fa67d68f54b (diff)
downloadpkgsrc-b62dac523cfe3b8e679c9df2ac23a8f0d416be60.tar.gz
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 (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/Makefile3
-rw-r--r--textproc/enchant/options.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile
index 4feb63fb8fd..c8287c40e7e 100644
--- a/textproc/enchant/Makefile
+++ b/textproc/enchant/Makefile
@@ -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
HOMEPAGE= http://www.abisource.com/projects/enchant/
diff --git a/textproc/enchant/options.mk b/textproc/enchant/options.mk
index 65a0eb008cb..2d489053960 100644
--- a/textproc/enchant/options.mk
+++ b/textproc/enchant/options.mk
@@ -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 @@ PLIST_VARS+= ispell
.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