summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/emacs-dict-client/Makefile5
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"