diff options
author | obache <obache@pkgsrc.org> | 2010-11-18 12:26:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-18 12:26:54 +0000 |
commit | d86f9e29c8f54e13a85c26bcaaff03ca28a0c586 (patch) | |
tree | c28c6d59d0c2cc8c0bf9ded34ab77612a2ac6a07 /graphics/clutter | |
parent | b8e486b157e6a4f68f6a725b9c47e5e894ca7138 (diff) | |
download | pkgsrc-d86f9e29c8f54e13a85c26bcaaff03ca28a0c586.tar.gz |
Add an missing file to PKGCONFIG_OVERRIDE.
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 317c298a061..a3e97fca58c 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/11/15 22:57:09 abs Exp $ +# $NetBSD: Makefile,v 1.21 2010/11/18 12:26:54 obache Exp $ # DISTNAME= clutter-1.2.14 @@ -20,6 +20,7 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --with-json=check +PKGCONFIG_OVERRIDE+= clutter/cogl/cogl/cogl.pc.in PKGCONFIG_OVERRIDE+= clutter/x11/clutter-x11.pc.in PKGCONFIG_OVERRIDE+= clutter/win32/clutter-win32.pc.in PKGCONFIG_OVERRIDE+= clutter.pc.in |