pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf Needs libXt for building.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ba6821933a6
branches:  trunk
changeset: 523484:2ba6821933a6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 08 16:07:31 2007 +0000

description:
Needs libXt for building.

diffstat:

 graphics/gdk-pixbuf/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9e8652190edd -r 2ba6821933a6 graphics/gdk-pixbuf/Makefile.common
--- a/graphics/gdk-pixbuf/Makefile.common       Mon Jan 08 15:56:14 2007 +0000
+++ b/graphics/gdk-pixbuf/Makefile.common       Mon Jan 08 16:07:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2006/03/04 21:29:47 jlam Exp $
+# $NetBSD: Makefile.common,v 1.46 2007/01/08 16:07:31 joerg Exp $
 
 DISTNAME=              gdk-pixbuf-${VER}.0
 CATEGORIES=            graphics devel
@@ -23,7 +23,10 @@
 DISTINFO_FILE=         ${.CURDIR}/../gdk-pixbuf/distinfo
 PATCHDIR=              ${.CURDIR}/../gdk-pixbuf/patches
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index