diff options
author | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
commit | 6b3cbfaa6d1b6065510a3633b7177f91c823d326 (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /wm | |
parent | 8ab925b3cf9bca72abea556f12c34b50765759e2 (diff) | |
download | pkgsrc-6b3cbfaa6d1b6065510a3633b7177f91c823d326.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'wm')
-rw-r--r-- | wm/metacity/Makefile | 3 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 3 | ||||
-rw-r--r-- | wm/wmakerconf/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 692970be757..b411c0617a8 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/12/24 06:10:26 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/10 07:53:35 cjep Exp $ # DISTNAME= metacity-2.4.1 @@ -19,6 +19,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_X11= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf2/buildlink2.mk" diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index acbf8c988c8..c656f50e972 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2003/01/10 01:02:35 mycroft Exp $ +# $NetBSD: Makefile.common,v 1.13 2003/01/10 07:54:44 cjep Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 SF_VERS= 1.2 @@ -12,6 +12,7 @@ DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk USE_X11= # defined USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_GMAKE= # defined GNU_CONFIGURE= # defined diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 6240461e4aa..0b2435b4d6c 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/25 21:51:39 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/10 07:55:21 cjep Exp $ # DISTNAME= wmakerconf-2.8.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://ulli.on.openave.net/wmakerconf/ COMMENT= Gtk+ based configuration tool for Window Maker USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_X11BASE= yes GNU_CONFIGURE= yes |