pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs Move include of bsd.prefs.mk before the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79f7d9d46bc9
branches: trunk
changeset: 473407:79f7d9d46bc9
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 19 15:39:34 2004 +0000
description:
Move include of bsd.prefs.mk before the test of EMACS_USE_XAW3D so the
later can actually work.
diffstat:
editors/emacs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r b041638981b4 -r 79f7d9d46bc9 editors/emacs/Makefile
--- a/editors/emacs/Makefile Mon Apr 19 15:32:16 2004 +0000
+++ b/editors/emacs/Makefile Mon Apr 19 15:39:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2004/04/12 10:53:07 xtraeme Exp $
+# $NetBSD: Makefile,v 1.72 2004/04/19 15:39:34 markd Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
DISTNAME= emacs-21.3
@@ -35,12 +35,12 @@
.include "../../graphics/png/buildlink3.mk"
CONFIGURE_ARGS+= --with-png
+.include "../../mk/bsd.prefs.mk"
+
.if defined(EMACS_USE_XAW3D) && !empty(EMACS_USE_XAW3D:M[Yy][Ee][Ss])
.include "../../x11/Xaw3d/buildlink3.mk"
.endif
-.include "../../mk/bsd.prefs.mk"
-
# This matches NetBSD <1.7 releases and 1.6A-1.6P, where ld is <2.13.2.1.
.if ${OPSYS} == "NetBSD" && \
(empty(OS_VERSION:M1.[0-5]*) && \
Home |
Main Index |
Thread Index |
Old Index