diff options
author | kim <kim@pkgsrc.org> | 2011-10-09 02:25:24 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2011-10-09 02:25:24 +0000 |
commit | c275f8a646dac9e839be2a7ca9663712e6478639 (patch) | |
tree | 7e26ba9f6e0712f41d83182db55a1c37ae3d6811 /chat | |
parent | da01c866e3827ebffdf87c1906c9eaa28703d669 (diff) | |
download | pkgsrc-c275f8a646dac9e839be2a7ca9663712e6478639.tar.gz |
Can be built with emacs23nox as well.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/riece/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index ffc8c6914ee..3c422e6c4d2 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/08/06 01:44:46 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2011/10/09 02:25:24 kim Exp $ # DISTNAME= riece-5.0.0 @@ -16,7 +16,7 @@ INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \ ${EMACS_INFOPREFIX:C|^${PREFIX}/||} EMACS_VERSIONS_ACCEPTED= \ - emacs23 emacs22 emacs22nox emacs21 emacs21nox \ + emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox \ xemacs215 xemacs215nox xemacs214 xemacs214nox EMACS_MODULES= base |