diff options
Diffstat (limited to 'chat/zenicb/Makefile')
-rw-r--r-- | chat/zenicb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 789dd31c24b..14cc7c98da6 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/09/14 02:19:29 uebayasi Exp $ +# $NetBSD: Makefile,v 1.8 2002/09/15 13:48:49 uebayasi Exp $ DISTNAME= zenicb-19981202 CATEGORIES= chat @@ -13,6 +13,9 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL .include "../../mk/emacs.mk" +# Works fine on XEmacs 21.1. XEmacs 21.5 is probably okay too. +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215 + .if defined(USE_XEMACS) MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} .include "../../editors/xemacs/Makefile.pkg" |