diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-17 17:59:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-17 17:59:34 +0000 |
commit | 25b679d7ae3dbf5c13ef71d5c603b3c6bf22eb9f (patch) | |
tree | 05fd862cabad27aedea7a2f609f26453f39b0928 /editors/leim21 | |
parent | bb9557b8add1b9dcc8eeff1bfc845cc94cf0cefa (diff) | |
download | pkgsrc-25b679d7ae3dbf5c13ef71d5c603b3c6bf22eb9f.tar.gz |
Fix depends line -- needs emacs21.
Diffstat (limited to 'editors/leim21')
-rw-r--r-- | editors/leim21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index 73823d2df86..a5fb7fad91f 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/04 22:47:23 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/17 17:59:34 wiz Exp $ DISTNAME= leim-${VERSION} CATEGORIES= editors @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= Libraries of Emacs Input Methods (for emacs21) -DEPENDS+= emacs-${VERSION}:../emacs +DEPENDS+= emacs-${VERSION}:../emacs21 GNU_CONFIGURE= yes USE_GMAKE= yes |