diff options
author | tron <tron> | 2002-04-26 09:36:57 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-26 09:36:57 +0000 |
commit | 37b300220f31d3aaeeeb9834ce88fcab33c7a405 (patch) | |
tree | a32a3c26bf92d28bceb6f5b282b1d0add1a6da43 /chat/zenicb/Makefile | |
parent | c792ce9c5bba0cb84337f0ffcc782cfc7dfa0457 (diff) | |
download | pkgsrc-37b300220f31d3aaeeeb9834ce88fcab33c7a405.tar.gz |
Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package.
Diffstat (limited to 'chat/zenicb/Makefile')
-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 |