summaryrefslogtreecommitdiff
path: root/www/w3
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2003-08-18 13:23:13 +0000
committerminoura <minoura@pkgsrc.org>2003-08-18 13:23:13 +0000
commitaa57a603453f993156f862d480c26f27f26d499e (patch)
tree9a8194f2ae5aea6f5ec8742b1750fd8e5178196d /www/w3
parentc9a0a4503d21f04d938fbe999a19084f79f54fca (diff)
downloadpkgsrc-aa57a603453f993156f862d480c26f27f26d499e.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/Makefile11
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"