From bbf3318309451a434dea3451934a1c139d982cdc Mon Sep 17 00:00:00 2001 From: minoura Date: Mon, 18 Aug 2003 13:23:13 +0000 Subject: Drop XEmacs support (this is included in xemacs-packages; a bit older, though). --- www/w3/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'www/w3') 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" -- cgit v1.2.3