summaryrefslogtreecommitdiff
path: root/chat/riece/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2008-10-06 07:12:26 +0000
committeruebayasi <uebayasi@pkgsrc.org>2008-10-06 07:12:26 +0000
commit82ff3e5e2ce5c57c5cfa22aa6345e19f1cb23691 (patch)
treeb439025f517eb8c1a268894e0945fa254aced678 /chat/riece/Makefile
parent5085137184d69ca183bcf64b47001d7eafc5857e (diff)
downloadpkgsrc-82ff3e5e2ce5c57c5cfa22aa6345e19f1cb23691.tar.gz
Update Riece to 5.0.0.
** Use Custom to saved settings. (ueno) ** Use stock icons for toolbar. (ueno) ** Follow the procedure recommended in RFC2812 when making a connection to the server. This change is needed for some IRC servers including TwitterIrcGateway. (ueno) ** Allow non-ASCII realname. (KASUGA Toru) ** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)
Diffstat (limited to 'chat/riece/Makefile')
-rw-r--r--chat/riece/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile
index c41ac96a3d4..2502685b2cb 100644
--- a/chat/riece/Makefile
+++ b/chat/riece/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/10/29 04:38:47 uebayasi Exp $
+# $NetBSD: Makefile,v 1.14 2008/10/06 07:12:26 uebayasi Exp $
#
-DISTNAME= riece-4.0.0
+DISTNAME= riece-5.0.0
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
CATEGORIES= chat japanese
MASTER_SITES= http://savannah.nongnu.org/download/riece/
@@ -27,6 +27,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}}
CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX:Q}
CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
-.include "../../mk/emacs.mk"
+.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"