summaryrefslogtreecommitdiff
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authormarkd <markd>2007-06-11 13:57:15 +0000
committermarkd <markd>2007-06-11 13:57:15 +0000
commit19ff16e40ee3fea30c931a4c3db239242ff86fdc (patch)
treece559f87e1cf71d9c89268f38fc6f8678c333d69 /editors/emacs-nox11
parent2c7f98633a59592a74c440a11a00816a4c3526c9 (diff)
downloadpkgsrc-19ff16e40ee3fea30c931a4c3db239242ff86fdc.tar.gz
Update emacs{,-nox11} to 22.1.
update based in part on wip/emacs-current and wip/emacs22 packages. Many many changes since 21.4a. Read NEWS file for details.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 1fa3e05e9e9..0eb08db4eef 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2007/01/25 21:00:05 markd Exp $
+# $NetBSD: Makefile,v 1.26 2007/06/11 13:57:21 markd Exp $
-DISTNAME= emacs-${EMACSVERSION}a
-PKGNAME= emacs-nox11-${EMACSVERSION}a
-PKGREVISION= 8
+DISTNAME= emacs-${EMACSVERSION}
+PKGNAME= emacs-nox11-${EMACSVERSION}
CATEGORIES= editors
COMMENT= GNU editing macros (editor) - non X11 version
@@ -10,6 +9,11 @@ COMMENT= GNU editing macros (editor) - non X11 version
CONFLICTS+= emacs-[0-9]*
-CONFIGURE_ARGS+=--without-x
+CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --without-xpm
+CONFIGURE_ARGS+= --without-jpeg
+CONFIGURE_ARGS+= --without-tiff
+CONFIGURE_ARGS+= --without-gif
+CONFIGURE_ARGS+= --without-png
.include "../../mk/bsd.pkg.mk"