pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/emacs-dict-client Use emacs.mk instead of har...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b29dfa63dfb2
branches:  trunk
changeset: 461047:b29dfa63dfb2
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Sep 09 23:51:21 2003 +0000

description:
Use emacs.mk instead of hardcoding a dependency on a certain
emacs-version.

diffstat:

 textproc/emacs-dict-client/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 1c4ec3fd37c1 -r b29dfa63dfb2 textproc/emacs-dict-client/Makefile
--- a/textproc/emacs-dict-client/Makefile       Tue Sep 09 19:37:51 2003 +0000
+++ b/textproc/emacs-dict-client/Makefile       Tue Sep 09 23:51:21 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:54:14 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/09 23:51:21 jschauma Exp $
 
 DISTNAME=      dictionary-1.8.2
 PKGNAME=       ${DISTNAME:S/dictionary/emacs-dict-client/}
@@ -9,8 +9,6 @@
 HOMEPAGE=      http://me.in-berlin.de/~myrkr/dictionary/
 COMMENT=       Emacs package for talking to a dictionary server
 
-DEPENDS+=      emacs>=21.2:../../editors/emacs
-
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/dictionary
        cd ${WRKSRC}; \
@@ -18,4 +16,5 @@
          dictionary.el link.elc link.el dictionary-init.el \
          ${PREFIX}/share/emacs/site-lisp/dictionary
 
+.include "../../mk/emacs.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index