summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-13 22:15:58 +0000
committerjoerg <joerg>2007-01-13 22:15:58 +0000
commit755cab096b39d4764e05d83f6ff72481d57a9bb0 (patch)
tree40ee191caa28a0715f6df42c4e194b07db55d326 /net/kdenetwork3
parent9491d8eb9938a4b6292373e32b5f2d531263705c (diff)
downloadpkgsrc-755cab096b39d4764e05d83f6ff72481d57a9bb0.tar.gz
Modular Xorg support.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 20773372b1d..07ace5c7268 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2007/01/13 01:02:55 markd Exp $
+# $NetBSD: Makefile,v 1.57 2007/01/13 22:17:47 joerg Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
PKGREVISION= 1
@@ -50,6 +50,8 @@ post-configure:
${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
${RM} Makefile.save)
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
@@ -57,5 +59,10 @@ post-configure:
.include "../../net/openslp/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"