From 6340b505102bfab788fb4481e4ba6542c5ba53bd Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Mar 2002 17:04:38 +0000 Subject: Fix configuration with Xemacs, as suggested in pkg/15343 by Sergey Svishchev. --- www/w3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/w3/Makefile b/www/w3/Makefile index f0117f93492..3be8ea0f9a7 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:45 seb Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/14 17:04:38 wiz Exp $ DISTNAME= w3-4.0pre.46 PKGNAME= w3-4.0b46 @@ -13,17 +13,18 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.indiana.edu/elisp/w3/docs.html COMMENT= World Wide Web browser for Emacs -GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-site-install .include "../../mk/bsd.prefs.mk" .if defined(USE_XEMACS) +HAS_CONFIGURE= yes DEPENDS+= xemacs-[0-9]*:../../editors/xemacs CONFIGURE_ARGS+=--with-xemacs CONFIGURE_ARGS+=--with-package-dir=${PREFIX}/lib/xemacs/xemacs-packages PLIST_SRC= ${PKGDIR}/PLIST.xemacs .else +GNU_CONFIGURE= yes DEPENDS+= emacs-[0-9]*:../../editors/emacs CONFIGURE_ARGS+=--with-emacs CONFIGURE_ARGS+=--with-lispdir=${PREFIX}/share/emacs/site-lisp/w3 -- cgit v1.2.3