pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/psi



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar  3 21:05:57 UTC 2019

Modified Files:
        pkgsrc/chat/psi: Makefile options.mk

Log Message:
chat/psi: Use enchant2.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/chat/psi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/psi/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/psi/Makefile
diff -u pkgsrc/chat/psi/Makefile:1.88 pkgsrc/chat/psi/Makefile:1.89
--- pkgsrc/chat/psi/Makefile:1.88       Fri Feb  8 20:04:19 2019
+++ pkgsrc/chat/psi/Makefile    Sun Mar  3 21:05:57 2019
@@ -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

Index: pkgsrc/chat/psi/options.mk
diff -u pkgsrc/chat/psi/options.mk:1.3 pkgsrc/chat/psi/options.mk:1.4
--- pkgsrc/chat/psi/options.mk:1.3      Fri Feb  8 14:56:01 2019
+++ pkgsrc/chat/psi/options.mk  Sun Mar  3 21:05:57 2019
@@ -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



Home | Main Index | Thread Index | Old Index