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