diff options
author | uebayasi <uebayasi> | 2002-09-15 13:48:49 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-09-15 13:48:49 +0000 |
commit | 6526831d2c16583041120a058914385b560954fd (patch) | |
tree | 482ebb807a10845c4aaf15a23ccb1c7854b7d5b9 /chat | |
parent | f48b85f5663b70da625abda666430ea234bbd0c4 (diff) | |
download | pkgsrc-6526831d2c16583041120a058914385b560954fd.tar.gz |
Declare zenicb is okay for XEmacs 21.{1,5}.
Diffstat (limited to 'chat')
-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" |