diff options
author | wiz <wiz> | 2002-07-17 17:59:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-17 17:59:34 +0000 |
commit | 837fbc9a2ffeb38fb39b3e98e4c16c4c6aab20c6 (patch) | |
tree | 05fd862cabad27aedea7a2f609f26453f39b0928 /editors/leim21 | |
parent | 984805d55042cba068dae4914aaa9763b29a02f3 (diff) | |
download | pkgsrc-837fbc9a2ffeb38fb39b3e98e4c16c4c6aab20c6.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 |