diff options
author | tron <tron> | 2002-04-26 09:36:57 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-26 09:36:57 +0000 |
commit | a45fdf91a6a1f87e4ddafcd3ab20af943a402567 (patch) | |
tree | a32a3c26bf92d28bceb6f5b282b1d0add1a6da43 /chat/zenicb | |
parent | 7a4238379f770e757f9e2e9c3ef55a5b851624c8 (diff) | |
download | pkgsrc-a45fdf91a6a1f87e4ddafcd3ab20af943a402567.tar.gz |
Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package.
Diffstat (limited to 'chat/zenicb')
-rw-r--r-- | chat/zenicb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 6ec2eb729df..b1fed252215 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:49 jlam Exp $ -# +# $NetBSD: Makefile,v 1.5 2002/04/26 09:36:57 tron Exp $ DISTNAME= zenicb-19981202 CATEGORIES= chat @@ -17,6 +16,8 @@ EMACS= xemacs DEPENDS+= xemacs-[1-9]*:../../editors/xemacs MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} ELISPDIR= lib/xemacs/xemacs-packages/lisp + +.include "../../editors/xemacs/Makefile.pkg" .else EMACS= emacs DEPENDS+= emacs-[0-9]*:../../editors/emacs |