From 9d24718f9b176b54fb8f1107f1078737c72a9f13 Mon Sep 17 00:00:00 2001 From: jschauma Date: Tue, 9 Sep 2003 23:51:21 +0000 Subject: Use emacs.mk instead of hardcoding a dependency on a certain emacs-version. --- textproc/emacs-dict-client/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/emacs-dict-client') diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile index 1e01136d883..3432e3fc881 100644 --- a/textproc/emacs-dict-client/Makefile +++ b/textproc/emacs-dict-client/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 @@ do-install: dictionary.el link.elc link.el dictionary-init.el \ ${PREFIX}/share/emacs/site-lisp/dictionary +.include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3