diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lookup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 64f8c40eb14..5fd05e8c6f4 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/15 13:33:22 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/18 01:31:21 minoura Exp $ # DISTNAME= lookup-1.3 @@ -9,8 +9,8 @@ MAINTAINER= uebayasi@netbsd.org HOMEPAGE= http://lookup.sourceforge.net/ COMMENT= electric dictionary agent for Emacs -DEPENDS= apel>=10:../../devel/apel -DEPENDS= eblook>=1.3:../../textproc/eblook +DEPENDS+= apel>=10:../../devel/apel +DEPENDS+= eblook>=1.3:../../textproc/eblook GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup |