summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-02 00:34:13 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-02 00:34:13 +0000
commita0cfb36ebb721d63c2fa6c3b8630046f9d2cd88f (patch)
tree08ffb09d917f0bf163d90dbf897ca6e96f3d55e0 /parallel/clusterit
parent991bc8a8442000c6592107455f2cba5a19d30314 (diff)
downloadpkgsrc-a0cfb36ebb721d63c2fa6c3b8630046f9d2cd88f.tar.gz
Modular Xorg support.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index e8461d43069..8a6d859bd82 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/08/28 07:47:55 ghen Exp $
+# $NetBSD: Makefile,v 1.17 2007/02/02 00:34:13 joerg Exp $
DISTNAME= clusterit-2.4
PKGREVISION= 1
@@ -11,5 +11,8 @@ COMMENT= Clustering package for unix
GNU_CONFIGURE= YES
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"