pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use EMACS_MODULES appropriately to replace EMACS_USE_L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19c89730c97e
branches:  trunk
changeset: 509950:19c89730c97e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Mar 20 05:27:50 2006 +0000

description:
Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditional
dependency on xemacs-packages.

diffstat:

 editors/tamago/Makefile          |  4 ++--
 inputmethod/anthy-elisp/Makefile |  7 ++-----
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 24d224e2373d -r 19c89730c97e editors/tamago/Makefile
--- a/editors/tamago/Makefile   Mon Mar 20 05:24:33 2006 +0000
+++ b/editors/tamago/Makefile   Mon Mar 20 05:27:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:57 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/03/20 05:27:50 jlam Exp $
 
 DISTNAME=      tamago-4.0.6
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}tamago-20020909
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= yes
 # XXX please someone adjust paths and PLIST for XEmacs...
 EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
-EMACS_USE_LEIM=        # defined
+EMACS_MODULES+=        leim
 
 .include "../../mk/emacs.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 24d224e2373d -r 19c89730c97e inputmethod/anthy-elisp/Makefile
--- a/inputmethod/anthy-elisp/Makefile  Mon Mar 20 05:24:33 2006 +0000
+++ b/inputmethod/anthy-elisp/Makefile  Mon Mar 20 05:27:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/03/20 05:27:50 jlam Exp $
 
 .include       "../../inputmethod/anthy/Makefile.common"
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}anthy-elisp-${ANTHY_VERSION}
@@ -12,12 +12,9 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        EMACS=${EMACS_BIN:Q}
-EMACS_USE_LEIM=        yes     # (for emacs21/emacs20)
+EMACS_MODULES+=        base leim
 
 .include "../../mk/emacs.mk"
-.if ${EMACS_FLAVOR} == "xemacs"
-DEPENDS+=      xemacs-packages-[0-9]*:../../editors/xemacs-packages
-.endif
 
 do-build:
        cd ${WRKSRC}/src-util && ${MAKE} elc-stamp



Home | Main Index | Thread Index | Old Index