summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-13 16:34:00 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-13 16:34:00 +0000
commit66a8ab6ab226ec89f2d9c34e9fd86fde31dceec8 (patch)
tree3a4da24a55f12530b68d2de52837bc8980829e5d /graphics
parentde2e428837d89827c09b88685582d3caa333742c (diff)
downloadpkgsrc-66a8ab6ab226ec89f2d9c34e9fd86fde31dceec8.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/showimg/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile
index a928daaca63..87b0ae1c41d 100644
--- a/graphics/showimg/Makefile
+++ b/graphics/showimg/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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"