pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs this needs imake to check for X support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed7bdf015ad2
branches:  trunk
changeset: 524334:ed7bdf015ad2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jan 23 17:45:13 2007 +0000

description:
this needs imake to check for X support in configure

diffstat:

 editors/emacs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 647e0be7c490 -r ed7bdf015ad2 editors/emacs/Makefile
--- a/editors/emacs/Makefile    Tue Jan 23 17:45:02 2007 +0000
+++ b/editors/emacs/Makefile    Tue Jan 23 17:45:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2006/12/15 20:32:54 joerg Exp $
+# $NetBSD: Makefile,v 1.99 2007/01/23 17:45:13 drochner Exp $
 
 DISTNAME=      emacs-${EMACSVERSION}a
 PKGREVISION=   7
@@ -7,6 +7,8 @@
 
 .include "../../editors/emacs/Makefile.common"
 
+USE_TOOLS+=    imake
+
 CONFLICTS+=    emacs-nox11-[0-9]*
 
 CONFIGURE_ARGS+=       --with-x
@@ -37,6 +39,7 @@
 .include "../../x11/Xaw3d/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=athena
 .else
+.include "../../x11/libXaw/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=athena
 .endif
 



Home | Main Index | Thread Index | Old Index