summaryrefslogtreecommitdiff
path: root/inputmethod/skk
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2008-10-13 08:07:02 +0000
committeruebayasi <uebayasi@pkgsrc.org>2008-10-13 08:07:02 +0000
commit8c349b6e46d4b1edb8758b1ed4759ccadca3cd88 (patch)
tree16756ed07fe22b8a218a2659cafb679328f30088 /inputmethod/skk
parentb446b30d52bd9d5bee247f9248ad0c937aa6861e (diff)
downloadpkgsrc-8c349b6e46d4b1edb8758b1ed4759ccadca3cd88.tar.gz
Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not. Packages that include other ELP's buildlink3.mk must define EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build time a lot.
Diffstat (limited to 'inputmethod/skk')
-rw-r--r--inputmethod/skk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index 89939c379c5..74f30ed35db 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/10/11 09:31:57 uebayasi Exp $
+# $NetBSD: Makefile,v 1.19 2008/10/13 08:07:02 uebayasi Exp $
#
DISTNAME= ddskk-20080309
@@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= ddskk-[0-9]*
EMACS_MODULES+= base leim
+EMACS_BUILDLINK=# defined
MAKEFLAGS+= EMACS=${EMACS_BIN:Q}
MAKE_ENV= prefix=${DESTDIR:Q}${PREFIX:Q} \