diff options
author | wiz <wiz> | 2003-01-10 14:26:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-10 14:26:37 +0000 |
commit | 4e32b9cebc20e64f6dacacd11011f3a2e98e3682 (patch) | |
tree | 68f347452d8fec909430ae903a5922d9632edc90 /chat/zenicb | |
parent | 721387ad0d377161d8c730ac66105b595650227f (diff) | |
download | pkgsrc-4e32b9cebc20e64f6dacacd11011f3a2e98e3682.tar.gz |
emacs.mk already includes bsd.prefs.mk, no need to include it manually a
second time.
Diffstat (limited to 'chat/zenicb')
-rw-r--r-- | chat/zenicb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile index 14cc7c98da6..5a78ed97663 100644 --- a/chat/zenicb/Makefile +++ b/chat/zenicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/15 13:48:49 uebayasi Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/10 14:26:38 wiz Exp $ DISTNAME= zenicb-19981202 CATEGORIES= chat @@ -9,8 +9,6 @@ COMMENT= ICB client for Emacs NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -.include "../../mk/bsd.prefs.mk" - .include "../../mk/emacs.mk" # Works fine on XEmacs 21.1. XEmacs 21.5 is probably okay too. |