diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-08-09 19:35:12 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-08-09 19:35:12 +0000 |
commit | 42b74866ddddea1b934ecb0a5b375bc88ed97dbe (patch) | |
tree | 0135051ba9db828361b63df99660f69e8df1bf0c /www/emacs-w3m | |
parent | 458f3694adbebf27c575406f99f8a78be00c3003 (diff) | |
download | pkgsrc-42b74866ddddea1b934ecb0a5b375bc88ed97dbe.tar.gz |
Convert second line of EMACS_VERSIONS_ACCEPTED to acceptable syntax.
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 48b3654aa35..8400e00b3a8 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/08/04 20:45:19 minskim Exp $ +# $NetBSD: Makefile,v 1.27 2009/08/09 19:35:12 tonnerre Exp $ DISTNAME= emacs-w3m-1.4.4 PKGREVISION= 1 @@ -33,7 +33,7 @@ SUBST_SED.fix-icondir= -e 's|etc/images/w3m|etc/w3m|g' \ EMACS_BUILDLINK=# defined EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 \ - xemacs215, xemacs215nox, xemacs214, xemacs214nox + xemacs215 xemacs215nox xemacs214 xemacs214nox .include "../../editors/emacs/modules.mk" |