summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-23 17:45:13 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-23 17:45:13 +0000
commit2d1fd78bd3f3ecc2101c5f0f919075c2090038d0 (patch)
tree3258759e810a525d3f61502fca9ce384775a53ca /editors
parent60190bb3f17938743398e4fff4c7f34fecd13c5b (diff)
downloadpkgsrc-2d1fd78bd3f3ecc2101c5f0f919075c2090038d0.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