diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 06:36:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 06:36:29 +0000 |
commit | ba46b2e744848d0b8997fbc5c9a9797418063490 (patch) | |
tree | 390b028f2ee880318123371e94b5f340a475c6a9 /chat/riece | |
parent | 57b7b0f7ef4ba3b5cad881089caf106ea3985649 (diff) | |
download | pkgsrc-ba46b2e744848d0b8997fbc5c9a9797418063490.tar.gz |
chat/riece can be built with emacs23.
Diffstat (limited to 'chat/riece')
-rw-r--r-- | chat/riece/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 21cd4a0853f..56c1c5e2e3c 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/10/11 09:31:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2009/08/05 06:36:29 minskim Exp $ # DISTNAME= riece-5.0.0 @@ -15,7 +15,8 @@ INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/riece \ ${EMACS_INFOPREFIX:C|^${PREFIX}/||} EMACS_VERSIONS_ACCEPTED= \ - emacs22 emacs22nox emacs21 emacs21nox xemacs215 xemacs215nox xemacs214 xemacs214nox + emacs23 emacs22 emacs22nox emacs21 emacs21nox \ + xemacs215 xemacs215nox xemacs214 xemacs214nox EMACS_MODULES= base WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||} |