summaryrefslogtreecommitdiff
path: root/chat/mcabber/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/mcabber/options.mk')
-rw-r--r--chat/mcabber/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/mcabber/options.mk b/chat/mcabber/options.mk
index b31dcb22265..c306e6c6ffc 100644
--- a/chat/mcabber/options.mk
+++ b/chat/mcabber/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/01/10 09:50:42 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2018/11/18 12:06:23 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mcabber
PKG_SUPPORTED_OPTIONS= aspell enchant gpgme otr ssl
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --enable-aspell
.endif
.if !empty(PKG_OPTIONS:Menchant)
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
CONFIGURE_ARGS+= --enable-enchant
.endif