diff options
author | markd <markd@pkgsrc.org> | 2007-01-26 04:25:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-26 04:25:46 +0000 |
commit | a7b18b14a745aba20c4d2c8cdfaac6ba6af69ae9 (patch) | |
tree | a269e1e81fbfbc70905db23728e194907d3d52db /net/ktorrent/Makefile | |
parent | 3dbb66852eff047e286118fbabf8313fa0393455 (diff) | |
download | pkgsrc-a7b18b14a745aba20c4d2c8cdfaac6ba6af69ae9.tar.gz |
Update icons location of KDE apps. Bump PKGREVISION
Diffstat (limited to 'net/ktorrent/Makefile')
-rw-r--r-- | net/ktorrent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 6b594aba506..e589717e067 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/01/17 23:47:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/26 04:34:53 markd Exp $ DISTNAME= ktorrent-${KTORRENT_VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ @@ -21,6 +21,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../meta-pkgs/kde3/kde3.mk" .include "../../devel/gmp/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |