diff options
author | minoura <minoura@pkgsrc.org> | 2003-08-18 13:23:13 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2003-08-18 13:23:13 +0000 |
commit | 214d41a566835c3340e929080c60edc20db6072b (patch) | |
tree | 9a8194f2ae5aea6f5ec8742b1750fd8e5178196d /www/w3 | |
parent | bc57f0e954da2686e5f78d9dc9a8efee48566215 (diff) | |
download | pkgsrc-214d41a566835c3340e929080c60edc20db6072b.tar.gz |
Drop XEmacs support (this is included in xemacs-packages; a bit older, though).
Diffstat (limited to 'www/w3')
-rw-r--r-- | www/w3/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile index 301c4769ca3..a292e8442e6 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/08/09 11:32:32 seb Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/18 13:23:13 minoura Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= w3-4.0b47 @@ -15,19 +15,14 @@ COMMENT= World Wide Web browser for Emacs CONFIGURE_ARGS+=--enable-site-install +# included in xemacs-packages +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 .include "../../mk/emacs.mk" -.if ${EMACS_FLAVOR} == "xemacs" -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--with-xemacs -CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages -PLIST_SRC= ${PKGDIR}/PLIST.xemacs -.else GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-emacs CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/w3 INFO_FILES= w3.info w3-faq.info PLIST_SRC= ${PKGDIR}/PLIST.emacs -.endif .include "../../mk/bsd.pkg.mk" |