diff options
author | markd <markd@pkgsrc.org> | 2007-06-11 13:57:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-11 13:57:15 +0000 |
commit | 8d0ac02a06492784b1862248d6c7230d5210573f (patch) | |
tree | ce559f87e1cf71d9c89268f38fc6f8678c333d69 /editors/emacs-nox11 | |
parent | 6f76c8019ff9327451b1a8639a33d629dd173246 (diff) | |
download | pkgsrc-8d0ac02a06492784b1862248d6c7230d5210573f.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/Makefile | 14 |
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" |