summaryrefslogtreecommitdiff
path: root/editors/gedit3/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit3/options.mk')
-rw-r--r--editors/gedit3/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit3/options.mk b/editors/gedit3/options.mk
index 199b2cbb7ff..2970e89fabe 100644
--- a/editors/gedit3/options.mk
+++ b/editors/gedit3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/12/06 20:41:36 prlw1 Exp $
+# $NetBSD: options.mk,v 1.2 2016/04/12 16:12:55 prlw1 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gedit3
PKG_SUPPORTED_OPTIONS= enchant
@@ -10,11 +10,11 @@ PLIST_VARS= enchant
###
### Spell-check plugin which uses enchant
+### (gspell is a wrapper for enchant)
###
.if !empty(PKG_OPTIONS:Menchant)
CONFIGURE_ARGS+= --enable-spell
-.include "../../textproc/enchant/buildlink3.mk"
-.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../textproc/gspell/buildlink3.mk"
PLIST.enchant= yes
.else
CONFIGURE_ARGS+= --disable-spell