diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 00:34:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 00:34:13 +0000 |
commit | a0cfb36ebb721d63c2fa6c3b8630046f9d2cd88f (patch) | |
tree | 08ffb09d917f0bf163d90dbf897ca6e96f3d55e0 /parallel | |
parent | 991bc8a8442000c6592107455f2cba5a19d30314 (diff) | |
download | pkgsrc-a0cfb36ebb721d63c2fa6c3b8630046f9d2cd88f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/clusterit/Makefile | 7 |
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" |