diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | ab17dd00b38838a22e1440f451aa97b8661c2248 (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /wm/metacity/Makefile | |
parent | 0e68344a802d6f4ce3ddd68edc97b5fabc9f9acb (diff) | |
download | pkgsrc-ab17dd00b38838a22e1440f451aa97b8661c2248.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'wm/metacity/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 0b96d1d8895..57540bc87af 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= metacity-2.6.3 @@ -21,7 +21,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/src/libmetacity-private.pc.in +PKGCONFIG_OVERRIDE= src/libmetacity-private.pc.in GCONF2_SCHEMAS= metacity.schemas |