diff options
author | abs <abs> | 2009-11-29 21:11:21 +0000 |
---|---|---|
committer | abs <abs> | 2009-11-29 21:11:21 +0000 |
commit | a717ca3d05d2f1ad48f1d64dc9da6a941ee3e7cb (patch) | |
tree | 8e8ddb19b42c7f8e12fa311ea959267309f0e76c /net | |
parent | eeea6ee63ac0b468570868735535de004be66f13 (diff) | |
download | pkgsrc-a717ca3d05d2f1ad48f1d64dc9da6a941ee3e7cb.tar.gz |
Include kdebase-workspace4's buildlink3.mk to pick up the solid definitions - from Sverre Froyen. Bump pkgrevision
Diffstat (limited to 'net')
-rw-r--r-- | net/ktorrent3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ktorrent3/Makefile b/net/ktorrent3/Makefile index dceccc6404b..391bb483bb6 100644 --- a/net/ktorrent3/Makefile +++ b/net/ktorrent3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/11/25 15:55:49 abs Exp $ +# $NetBSD: Makefile,v 1.3 2009/11/29 21:11:21 abs Exp $ DISTNAME= ktorrent-${KTORRENT_VER} +PKGREVISION= 1 CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ EXTRACT_SUFX= .tar.bz2 @@ -29,6 +30,7 @@ USE_TOOLS+= awk msgfmt pkg-config perl .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kdebase-runtime4/buildlink3.mk" +.include "../../x11/kdebase-workspace4/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" BUILDLINK_DEPMETHOD.libXt?= build |