From 63e84b1b84449ee2d7305c779da111b57099caf4 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. --- x11/xbindkeys-tk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xbindkeys-tk/Makefile') diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 4379f880e0c..dfda4b0f35a 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:28 rillig Exp $ # .include "../../x11/xbindkeys/Makefile.common" @@ -10,8 +10,8 @@ COMMENT+= (Tk interface) DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys DEPENDS+= tk>=8.3.4:../../x11/tk -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 -- cgit v1.2.3