Subject: CVS commit: pkgsrc/www/emacs-w3m
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2007 13:21:13
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sat Jun 30 13:21:13 UTC 2007

Modified Files:
	pkgsrc/www/emacs-w3m: Makefile

Log Message:
Fix an issue that bothered me ever since I started working on the
bulk build code. emacs-w3m uses EMACS_FLAVOR and EMACS_VERSION_MAJOR
to conditionally add a build time dependency on Mule-UCS. The latter
variable is not set when no emacs package is installed though and
therefore a dependency got added between scan phase and build phase,
possibly resulting in multiple builds of Mule-UCS in older
(non-pbulk) bulk builds. Fix this by switching to EMACS_TYPE for
the logic.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/www/emacs-w3m/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.