diff options
author | rillig <rillig> | 2005-09-28 21:55:32 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 21:55:32 +0000 |
commit | 6a995c18fbc616c343a367bc0cb626d5d224aabe (patch) | |
tree | 15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /wm/sawfish | |
parent | 2216fe1a5e58f4e56a277f882016a40b2820377c (diff) | |
download | pkgsrc-6a995c18fbc616c343a367bc0cb626d5d224aabe.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |