diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-09-09 23:51:21 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-09-09 23:51:21 +0000 |
commit | 9d24718f9b176b54fb8f1107f1078737c72a9f13 (patch) | |
tree | 226be13dee30ee73b0e7a07a434b4caf2f740c94 /textproc/emacs-dict-client | |
parent | 485c806afab8bde78080d6453424e45ed3fa1b68 (diff) | |
download | pkgsrc-9d24718f9b176b54fb8f1107f1078737c72a9f13.tar.gz |
Use emacs.mk instead of hardcoding a dependency on a certain
emacs-version.
Diffstat (limited to 'textproc/emacs-dict-client')
-rw-r--r-- | textproc/emacs-dict-client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |