From 5946936ffcde6674d4e6801abd4a757acd269dd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- chat/navi2ch/Makefile | 4 ++-- chat/tik/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chat') diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index 9368dbb1f29..7d7e52ae84d 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/08/28 04:25:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:18 rillig Exp $ DISTNAME= navi2ch-1.7.5 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= 2ch BBS browser for Emacs .include "../../mk/emacs.mk" -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_TOOLS+= gmake .if ${EMACS_FLAVOR} == "emacs" CONFIGURE_ARGS+=--with-emacs diff --git a/chat/tik/Makefile b/chat/tik/Makefile index 6d0b58f095b..ecbfa0a47ae 100644 --- a/chat/tik/Makefile +++ b/chat/tik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:18 rillig Exp $ # DISTNAME= tik-0.90 @@ -12,8 +12,8 @@ COMMENT= Tcl/Tk AOL Instant Messenger client DEPENDS+= tk>=8.1:../../x11/tk WRKSRC= ${WRKDIR}/tik -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes TIKDIR= ${PREFIX}/libexec/tik INSTALLATION_DIRS= bin -- cgit v1.2.3