diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
commit | ef741f8a1a08d590450d8e8035fe7387b1bd573a (patch) | |
tree | 7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /chat/navi2ch/Makefile | |
parent | 4df29abc308089f29ae112a89715fd4b320d1ee7 (diff) | |
download | pkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat/navi2ch/Makefile')
-rw-r--r-- | chat/navi2ch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index ec3a87fc8d9..d80fb477ca5 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/10/04 02:10:06 toshii Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $ DISTNAME= navi2ch-1.7.1 CATEGORIES= chat @@ -11,6 +11,7 @@ COMMENT= 2ch BBS browser for Emacs .include "../../mk/emacs.mk" GNU_CONFIGURE= # defined +USE_GNU_TOOLS+= make .if ${EMACS_FLAVOR} == "emacs" CONFIGURE_ARGS+=--with-emacs CONFIGURE_ARGS+=--with-icondir=${PREFIX}/share/navi2ch/icons @@ -19,7 +20,6 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/navi2ch CONFIGURE_ARGS+=--with-xemacs CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX} .endif -USE_GMAKE= # defined INFO_FILES= navi2ch.info |