pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/lookup Buildlink3'ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/845c3e8385bf
branches:  trunk
changeset: 534691:845c3e8385bf
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Oct 29 13:08:15 2007 +0000

description:
Buildlink3'ify.

eblook is not a EmacsLisp package, so no ${EMACS_PKGNAME_PREFIX} should be there.

diffstat:

 misc/lookup/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ccb75ce171f6 -r 845c3e8385bf misc/lookup/Makefile
--- a/misc/lookup/Makefile      Mon Oct 29 13:06:44 2007 +0000
+++ b/misc/lookup/Makefile      Mon Oct 29 13:08:15 2007 +0000
@@ -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 @@
 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 @@
 CONFIGURE_ARGS+=${EMACS_FLAVOR}
 
 .include "../../mk/emacs.mk"
+
+.include "../../devel/apel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index