diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
commit | 76d2a550ec23fb4a869427c1e14bb85389d0029e (patch) | |
tree | 15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /wm | |
parent | 2963949fa8943302481bc5ef0c8b50413c86a900 (diff) | |
download | pkgsrc-76d2a550ec23fb4a869427c1e14bb85389d0029e.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish/Makefile.common | 4 | ||||
-rw-r--r-- | wm/wmx/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index bd422fa2ace..cca8f8f1188 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/09/28 21:55:32 rillig Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 SF_VERS= 1.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://sawmill.sourceforge.net/ DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk USE_DIRS+= xdg-1.1 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= # defined diff --git a/wm/wmx/Makefile.common b/wm/wmx/Makefile.common index d7ebcd111eb..6929f38f0f5 100644 --- a/wm/wmx/Makefile.common +++ b/wm/wmx/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2005/04/11 21:47:49 tv Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/09/28 21:55:32 rillig Exp $ DISTNAME= wmx-6 WMX_VERS= 6.0 @@ -14,7 +14,7 @@ CONFLICTS+= wmx-[0-9]* wmx-gnome-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ -USE_X11BASE= # defined +USE_X11BASE= yes GNU_CONFIGURE= # defined BUILD_TARGET= depend all |