summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-10-29 13:08:15 +0000
committeruebayasi <uebayasi>2007-10-29 13:08:15 +0000
commitc1565b6161c32bb521537d33a4e064dc602d8cf0 (patch)
treeb7bf8b17fd59a87064f5363c39182132a5950b1f /misc
parent2e3d60378765da2995e056ae5e70fecca4f66c9f (diff)
downloadpkgsrc-c1565b6161c32bb521537d33a4e064dc602d8cf0.tar.gz
Buildlink3'ify.
eblook is not a EmacsLisp package, so no ${EMACS_PKGNAME_PREFIX} should be there.
Diffstat (limited to 'misc')
-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"