summaryrefslogtreecommitdiff
path: root/www/emacs-w3m
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 /www/emacs-w3m
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 'www/emacs-w3m')
-rw-r--r--www/emacs-w3m/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile
index 5309b91fd37..79961f198b7 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/10/11 09:31:58 uebayasi Exp $
+# $NetBSD: Makefile,v 1.24 2008/10/13 08:07:02 uebayasi Exp $
DISTNAME= emacs-w3m-1.4.4
PKGREVISION= 1
@@ -31,6 +31,8 @@ SUBST_FILES.fix-icondir= Makefile.in w3m.el w3mhack.el
SUBST_SED.fix-icondir= -e 's|etc/images/w3m|etc/w3m|g' \
-e 's|images/w3m|w3m|g'
+EMACS_BUILDLINK=# defined
+
.include "../../editors/emacs/modules.mk"
# GNU Emacs 21 or later and XEmacs have GUI support