diff options
author | wiz <wiz> | 2002-03-14 17:04:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 17:04:38 +0000 |
commit | d8080b1281a35848cd06d0e7b8ec5f11c49aa6ab (patch) | |
tree | c105690fdfb58779ceed2cdd04009ad363414b30 /www/w3/Makefile | |
parent | 9ce144d340961a304334943e36b2948571cb4d55 (diff) | |
download | pkgsrc-d8080b1281a35848cd06d0e7b8ec5f11c49aa6ab.tar.gz |
Fix configuration with Xemacs, as suggested in pkg/15343 by Sergey Svishchev.
Diffstat (limited to 'www/w3/Makefile')
-rw-r--r-- | www/w3/Makefile | 5 |
1 files 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 |