summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordrochner <drochner>2007-01-23 17:45:13 +0000
committerdrochner <drochner>2007-01-23 17:45:13 +0000
commit4e56ec64cd02b7889fe7eeface69cb948ff96a77 (patch)
tree3258759e810a525d3f61502fca9ce384775a53ca /editors
parente2af9bc7d2299f9d710dcd3c0e2ce2d726fc8341 (diff)
downloadpkgsrc-4e56ec64cd02b7889fe7eeface69cb948ff96a77.tar.gz
this needs imake to check for X support in configure
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index b50f1c1b1af..ce2f21434b1 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -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 @@ COMMENT= GNU editing macros (editor)
.include "../../editors/emacs/Makefile.common"
+USE_TOOLS+= imake
+
CONFLICTS+= emacs-nox11-[0-9]*
CONFIGURE_ARGS+= --with-x
@@ -37,6 +39,7 @@ CONFIGURE_ARGS+= --with-x-toolkit=motif
.include "../../x11/Xaw3d/buildlink3.mk"
CONFIGURE_ARGS+= --with-x-toolkit=athena
.else
+.include "../../x11/libXaw/buildlink3.mk"
CONFIGURE_ARGS+= --with-x-toolkit=athena
.endif