diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-23 17:45:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-23 17:45:13 +0000 |
commit | 2d1fd78bd3f3ecc2101c5f0f919075c2090038d0 (patch) | |
tree | 3258759e810a525d3f61502fca9ce384775a53ca /editors | |
parent | 60190bb3f17938743398e4fff4c7f34fecd13c5b (diff) | |
download | pkgsrc-2d1fd78bd3f3ecc2101c5f0f919075c2090038d0.tar.gz |
this needs imake to check for X support in configure
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 5 |
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 |