diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-14 03:46:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-14 03:46:43 +0000 |
commit | b23df066891b0a3c7f5efc3da29313119cd71fd2 (patch) | |
tree | 194c36aafbf38ed10b0937c967182cc447b1a405 /misc/lookup | |
parent | 1a67a668b26bf73cf3898e805fe935c3df01dbd4 (diff) | |
download | pkgsrc-b23df066891b0a3c7f5efc3da29313119cd71fd2.tar.gz |
Fix depends on apel, and add an empty line for pkglint.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index c1e8c9d7bc4..d11f38bd8bd 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/18 14:56:03 minoura Exp $ +# $NetBSD: Makefile,v 1.4 2002/11/14 03:46:43 wiz Exp $ # DISTNAME= lookup-1.3 @@ -9,8 +9,9 @@ MAINTAINER= uebayasi@netbsd.org HOMEPAGE= http://lookup.sourceforge.net/ COMMENT= electric dictionary agent for Emacs -DEPENDS+= apel>=10:../../devel/apel +DEPENDS+= ${PKGNAME_PREFIX}apel>=10:../../devel/apel DEPENDS+= eblook>=1.3:../../textproc/eblook + EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 GNU_CONFIGURE= YES |