diff options
Diffstat (limited to 'textproc/emacs-dict-client/Makefile')
-rw-r--r-- | textproc/emacs-dict-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile index 81ecd399c3f..e1fa2de0d59 100644 --- a/textproc/emacs-dict-client/Makefile +++ b/textproc/emacs-dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/11/20 08:45:48 tron Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/15 22:08:54 jmc Exp $ DISTNAME= dictionary-1.8.2 PKGNAME= ${DISTNAME:S/dictionary/emacs-dict-client/} @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://me.in-berlin.de/~myrkr/dictionary/ COMMENT= Emacs package for talking to a dictionary server -DEPENDS+= emacs>=21.2:../../editors/emacs21 +DEPENDS+= emacs>=21.2:../../editors/emacs do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/dictionary |