pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/psi chat/psi: Use enchant2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f87766f34f90
branches:  trunk
changeset: 330570:f87766f34f90
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 03 21:05:57 2019 +0000

description:
chat/psi: Use enchant2.

diffstat:

 chat/psi/Makefile   |  3 ++-
 chat/psi/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 240ab992bb24 -r f87766f34f90 chat/psi/Makefile
--- a/chat/psi/Makefile Sun Mar 03 19:24:44 2019 +0000
+++ b/chat/psi/Makefile Sun Mar 03 21:05:57 2019 +0000
@@ -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 -r 240ab992bb24 -r f87766f34f90 chat/psi/options.mk
--- a/chat/psi/options.mk       Sun Mar 03 19:24:44 2019 +0000
+++ b/chat/psi/options.mk       Sun Mar 03 21:05:57 2019 +0000
@@ -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 @@
 
 # enable enchant
 .if !empty(PKG_OPTIONS:Menchant)
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-enchant
 .endif



Home | Main Index | Thread Index | Old Index