diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /wm | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/flwm/Makefile | 4 | ||||
-rw-r--r-- | wm/icewmconf/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
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} |