summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-03-03 21:05:57 +0000
committernia <nia@pkgsrc.org>2019-03-03 21:05:57 +0000
commite68e98dff400fbcbe74a4efeba78d2e0f15d5f46 (patch)
tree4d2333cbc8596fec3e38d52d4d8417d7be91f80a /chat
parent27d5f08e431783daf0dc6ed78348aeda9dec6e85 (diff)
downloadpkgsrc-e68e98dff400fbcbe74a4efeba78d2e0f15d5f46.tar.gz
chat/psi: Use enchant2.
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/Makefile3
-rw-r--r--chat/psi/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 3706c38f179..6f44726cb5f 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2019/02/08 20:04:19 nia Exp $
+# $NetBSD: Makefile,v 1.89 2019/03/03 21:05:57 nia Exp $
DISTNAME= psi-1.4
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
EXTRACT_SUFX= .tar.xz
diff --git a/chat/psi/options.mk b/chat/psi/options.mk
index db5466fd6c3..479e939bdb4 100644
--- a/chat/psi/options.mk
+++ b/chat/psi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/02/08 14:56:01 nia Exp $
+# $NetBSD: options.mk,v 1.4 2019/03/03 21:05:57 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.psi
PKG_SUPPORTED_OPTIONS+= aspell enchant whiteboard xscreensaver
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-aspell
# enable enchant
.if !empty(PKG_OPTIONS:Menchant)
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-enchant
.endif