summaryrefslogtreecommitdiff
path: root/parallel/clusterit/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-02 00:34:13 +0000
committerjoerg <joerg>2007-02-02 00:34:13 +0000
commit2d29f561d82b8f975ddf5b64a5c8d4761d070cec (patch)
tree08ffb09d917f0bf163d90dbf897ca6e96f3d55e0 /parallel/clusterit/Makefile
parent4e49b0b26e54084eba07c2b9b28e555e7322a3ce (diff)
downloadpkgsrc-2d29f561d82b8f975ddf5b64a5c8d4761d070cec.tar.gz
Modular Xorg support.
Diffstat (limited to 'parallel/clusterit/Makefile')
-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"