diff options
author | minoura <minoura> | 2002-10-18 01:31:21 +0000 |
---|---|---|
committer | minoura <minoura> | 2002-10-18 01:31:21 +0000 |
commit | 1f4fce55652a60b481b3aeb75c3a6a7f8264e6da (patch) | |
tree | e873d22ab1bbd441b4bd8e2d90f24aeb91d097e4 /misc | |
parent | 94713c9214443cd15dfc51b9c67cb90aec50f1e3 (diff) | |
download | pkgsrc-1f4fce55652a60b481b3aeb75c3a6a7f8264e6da.tar.gz |
Do not overwrite DEPENDS.
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 |