pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Add missing PKGCONFIG_OVERRIDE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/785191cecb69
branches:  trunk
changeset: 462138:785191cecb69
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Sep 26 20:21:25 2003 +0000

description:
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.

diffstat:

 graphics/ImageMagick/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e2a8a8107158 -r 785191cecb69 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Fri Sep 26 20:07:43 2003 +0000
+++ b/graphics/ImageMagick/Makefile     Fri Sep 26 20:21:25 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.104 2003/09/17 19:51:35 grant Exp $
+# $NetBSD: Makefile,v 1.105 2003/09/26 20:21:25 recht Exp $
 
 .include "Makefile.common"
 
 PKGNAME=               ImageMagick-${DISTVERSION}
-
+PKGREVISION=           1
 CATEGORIES=            graphics
 
 MAINTAINER=            tron%NetBSD.org@localhost
@@ -19,6 +19,8 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE=    Magick++/lib/ImageMagick++.pc.in
+PKGCONFIG_OVERRIDE+=   magick/ImageMagick.pc.in
 
 GCC_REQD=              2.95.3
 



Home | Main Index | Thread Index | Old Index