diff options
author | seb <seb> | 2003-08-07 11:36:33 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-07 11:36:33 +0000 |
commit | d31971c6b2011f2bdb8950aa0f41dd79d3412f69 (patch) | |
tree | df451270082fb1513f043def054a10641923e669 /www/w3/Makefile | |
parent | 2a9f120c7281f3eac2417f961415ae7822c0db43 (diff) | |
download | pkgsrc-d31971c6b2011f2bdb8950aa0f41dd79d3412f69.tar.gz |
Convert to USE_NEW_TEXINFO.
XXX Does not (byte) compile with current editors/xemacs.
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 5731d09921f..7e3ec8d7455 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:56:01 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/07 11:36:33 seb Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= w3-4.0b47 @@ -15,6 +15,8 @@ COMMENT= World Wide Web browser for Emacs CONFIGURE_ARGS+=--enable-site-install +USE_NEW_TEXINFO= YES + .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "xemacs" @@ -30,5 +32,4 @@ INFO_FILES= w3.info w3-faq.info PLIST_SRC= ${PKGDIR}/PLIST.emacs .endif -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |