summaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
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