diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /wm/metacity | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 3 |
1 files changed, 2 insertions, 1 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" |