diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /x11/xbindkeys-tk | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |