diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-05-24 07:51:34 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-05-24 07:51:34 +0000 |
commit | e017b9dcc9b76f82d055ba0300052b2289354d64 (patch) | |
tree | b14547ad9c3bd02e3d603db1ab0458d5c2d52f19 /chat/zenicb/Makefile | |
parent | f78d99b0556b94a95579b3f71958f0e9ba10d856 (diff) | |
download | pkgsrc-e017b9dcc9b76f82d055ba0300052b2289354d64.tar.gz |
Apply a patch to work with XEmacs. Tested with XEmacs 21.4.12.
The fix is from Andrew J Cosgriff <Andrew dot Cosgriff at cc dot
monash dot edu dot au> via misc@openbsd.org. Addresses PR21260.
Bumps revision to 1.
Diffstat (limited to 'chat/zenicb/Makefile')
-rw-r--r-- | chat/zenicb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 5a78ed97663..82a77bafb21 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/01/10 14:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/24 07:51:34 uebayasi Exp $ DISTNAME= zenicb-19981202 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,8 +12,7 @@ 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 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs214 xemacs215 .if defined(USE_XEMACS) MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} |