diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-13 18:54:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-13 18:54:24 +0000 |
commit | adba20d97e03e5ebdbb73103be7a322b031750ed (patch) | |
tree | f8d8e117141d21893b734fe44d9eb4b5b6054e91 /net/ktorrent/Makefile | |
parent | 4919fc5e5faf30d57c3aa00a2111c6c06f94eb6f (diff) | |
download | pkgsrc-adba20d97e03e5ebdbb73103be7a322b031750ed.tar.gz |
Fix build on DragonFly and with modular Xorg.
Diffstat (limited to 'net/ktorrent/Makefile')
-rw-r--r-- | net/ktorrent/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 6f868e9e384..cce96ed19a4 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/01/08 22:10:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2007/01/13 18:54:24 joerg Exp $ DISTNAME= ktorrent-${KTORRENT_VER} PKGREVISION= 1 @@ -17,10 +17,14 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../meta-pkgs/kde3/kde3.mk" +.include "../../devel/gmp/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" -.include "../../devel/gmp/buildlink3.mk" - +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |