pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-rawphoto - Fix indent.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2698e3305501
branches:  trunk
changeset: 499312:2698e3305501
user:      hira <hira%pkgsrc.org@localhost>
date:      Mon Sep 19 08:45:45 2005 +0000

description:
- Fix indent.
- Add pkg-config to USE_TOOLS.
This should fix build error seen in bulk build.

diffstat:

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

diffs (23 lines):

diff -r 98e8478b693d -r 2698e3305501 graphics/gimp-rawphoto/Makefile
--- a/graphics/gimp-rawphoto/Makefile   Mon Sep 19 05:52:18 2005 +0000
+++ b/graphics/gimp-rawphoto/Makefile   Mon Sep 19 08:45:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/06/17 04:13:26 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/09/19 08:45:45 hira Exp $
 #
 
 DISTNAME=              rawphoto-200410220928
@@ -11,10 +11,12 @@
 HOMEPAGE=              http://ptj.rozeta.com.pl/Soft/RawPhoto
 COMMENT=               Digicam RAW file importer for GIMP
 
-WRKSRC=                ${WRKDIR}/rawphoto-200410220910/src
+WRKSRC=                        ${WRKDIR}/rawphoto-200410220910/src
 BUILD_TARGET=          build
 INSTALLATION_DIRS=     lib/gimp/2.0/plug-ins
 
+USE_TOOLS+=            pkg-config
+
 pre-build:
        ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \
                ${BUILDLINK_DIR}/bin/gimptool



Home | Main Index | Thread Index | Old Index