diff options
author | minskim <minskim> | 2009-08-04 20:45:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-04 20:45:19 +0000 |
commit | 5e396fc2732b977d5c01b1d862395ad666cca6c5 (patch) | |
tree | a7274a3d9126702fb99e04945a4ebbbfddb3880f | |
parent | 16239f3d16dee202b234398b3b5b1b76a5689e24 (diff) | |
download | pkgsrc-5e396fc2732b977d5c01b1d862395ad666cca6c5.tar.gz |
emacs-w3m does not work with emacs>=23.
-rw-r--r-- | www/emacs-w3m/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 88d481df285..48b3654aa35 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/03/09 15:05:30 uebayasi Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/04 20:45:19 minskim Exp $ DISTNAME= emacs-w3m-1.4.4 PKGREVISION= 1 @@ -32,6 +32,8 @@ SUBST_SED.fix-icondir= -e 's|etc/images/w3m|etc/w3m|g' \ -e 's|images/w3m|w3m|g' EMACS_BUILDLINK=# defined +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 \ + xemacs215, xemacs215nox, xemacs214, xemacs214nox .include "../../editors/emacs/modules.mk" |