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. --- wm/flwm/Makefile | 4 ++-- wm/icewmconf/Makefile | 4 ++-- wm/sawfish/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'wm') diff --git a/wm/flwm/Makefile b/wm/flwm/Makefile index fb68c58db48..6b4e3887376 100644 --- a/wm/flwm/Makefile +++ b/wm/flwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= flwm-1.00 @@ -12,7 +12,7 @@ HOMEPAGE= http://flwm.sourceforge.net/ COMMENT= The Fast, Light Window Manager -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ENV+= X_LIBS="-lGL" MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -DFLTK_1_0_COMPAT diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile index dd696021ebb..f18efeb604f 100644 --- a/wm/icewmconf/Makefile +++ b/wm/icewmconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:27 rillig Exp $ DISTNAME= icewmconf-2.1.0 PKGREVISION= 1 @@ -13,7 +13,7 @@ DEPENDS+= tk-[0-9]*:../../x11/tk WRKSRC= ${WRKDIR} FILENAME= ${WRKDIR}/${DISTNAME:C/-.*//} -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 0396b90c653..79e8bd576c2 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/09/28 20:52:27 rillig Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -9,7 +9,7 @@ COMMENT= GNOME-aware window manager that is fully configurable in Lisp DEPENDS+= sawfish-replibs-${SF_VERS}nb5:../../wm/sawfish-replibs USE_DIRS+= xdg-1.1 -USE_X11BASE= # defined +USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -- cgit v1.2.3