diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:08:15 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:08:15 +0000 |
commit | dab7052e56a947211c45ac27eaa1242fcf690723 (patch) | |
tree | b7bf8b17fd59a87064f5363c39182132a5950b1f /misc/lookup | |
parent | 194e46debfa0fd8739ec961104c7fef6454ad8fc (diff) | |
download | pkgsrc-dab7052e56a947211c45ac27eaa1242fcf690723.tar.gz |
Buildlink3'ify.
eblook is not a EmacsLisp package, so no ${EMACS_PKGNAME_PREFIX} should be there.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 4605f6c430c..42305af2995 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/20 12:47:12 uebayasi Exp $ +# $NetBSD: Makefile,v 1.15 2007/10/29 13:08:15 uebayasi Exp $ # DISTNAME= lookup-1.4.1 @@ -10,8 +10,7 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://openlab.jp/edict/lookup/index.html.ja COMMENT= Electric dictionary agent for Emacs -DEPENDS+= ${EMACS_PKGNAME_PREFIX}apel>=10:../../devel/apel -DEPENDS+= ${EMACS_PKGNAME_PREFIX}eblook>=1.4:../../textproc/eblook +DEPENDS+= eblook>=1.4:../../textproc/eblook EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 @@ -22,4 +21,6 @@ INFO_FILES= # PLIST CONFIGURE_ARGS+=${EMACS_FLAVOR} .include "../../mk/emacs.mk" + +.include "../../devel/apel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |