pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glitz fix paths in PKGCONFIG_OVERRIDE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edd5c0bfd56f
branches:  trunk
changeset: 510911:edd5c0bfd56f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 06 16:23:41 2006 +0000

description:
fix paths in PKGCONFIG_OVERRIDE
bump PKGREVISION

diffstat:

 graphics/glitz/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 05e14a78cd68 -r edd5c0bfd56f graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Thu Apr 06 16:16:38 2006 +0000
+++ b/graphics/glitz/Makefile   Thu Apr 06 16:23:41 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2006/02/05 23:09:31 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/06 16:23:41 drochner Exp $
 
 DISTNAME=      glitz-0.4.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/snapshots/
 
@@ -11,7 +11,8 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-PKGCONFIG_OVERRIDE=    glitz-agl.pc.in glitz-glx.pc.in glitz.pc.in
+PKGCONFIG_OVERRIDE=    src/agl/glitz-agl.pc.in src/glx/glitz-glx.pc.in \
+                       src/glitz.pc.in
 
 LIBS.Darwin+=          -lXext
 



Home | Main Index | Thread Index | Old Index