summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /wm
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.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/Makefile4
-rw-r--r--wm/icewmconf/Makefile4
-rw-r--r--wm/sawfish/Makefile4
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}