summaryrefslogtreecommitdiff
path: root/misc/lookup
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-10-29 13:08:15 +0000
committeruebayasi <uebayasi>2007-10-29 13:08:15 +0000
commit8ccca92ae80b23ad50774faab49c5119d4cd5c1d (patch)
treeb7bf8b17fd59a87064f5363c39182132a5950b1f /misc/lookup
parent395cafe0c8e4b00f1e02ead16c38e8e3dc5ca073 (diff)
downloadpkgsrc-8ccca92ae80b23ad50774faab49c5119d4cd5c1d.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/Makefile7
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"