pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/showimg Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03e096c6031
branches:  trunk
changeset: 523794:a03e096c6031
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 13 16:34:00 2007 +0000

description:
Modular Xorg support.

diffstat:

 graphics/showimg/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c08159d7cdde -r a03e096c6031 graphics/showimg/Makefile
--- a/graphics/showimg/Makefile Sat Jan 13 16:33:19 2007 +0000
+++ b/graphics/showimg/Makefile Sat Jan 13 16:34:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/10/15 19:25:56 markd Exp $
+# $NetBSD: Makefile,v 1.17 2007/01/13 16:34:00 joerg Exp $
 #
 
 DISTNAME=      showimg-0.9.5
@@ -18,9 +18,14 @@
 
 CONFIGURE_ARGS+=       --without-showimgdb
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../meta-pkgs/kde3/kde3.mk"
-.include "../../x11/kdebase3/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/libkexif/buildlink3.mk"
 .include "../../graphics/libkipi/buildlink3.mk"
+.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index