diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
commit | 1ba8eec232339f41532102e177c862420e0a0541 (patch) | |
tree | aad0f0f3d1eeee19ab9cf6145dbeefd3c66235e0 /misc/lookup | |
parent | e24fd045f99cea9e93e1bcd4b5a5ee77defb5aa6 (diff) | |
download | pkgsrc-1ba8eec232339f41532102e177c862420e0a0541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 8e08f90c546..7978ce89abd 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:49:29 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/21 17:01:17 martti Exp $ # DISTNAME= lookup-1.3 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lookup/} MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://lookup.sourceforge.net/ -COMMENT= electric dictionary agent for Emacs +COMMENT= Electric dictionary agent for Emacs DEPENDS+= ${PKGNAME_PREFIX}apel>=10:../../devel/apel DEPENDS+= eblook>=1.3:../../textproc/eblook |