diff options
author | joerg <joerg> | 2007-07-31 12:30:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-31 12:30:16 +0000 |
commit | 6abf8d83bfef0695540a2b39e7a4b7581b16d01e (patch) | |
tree | 966ea8548c011d1d16cc825cc97fe8b6a352eaaf /net/ktorrent | |
parent | fc7b34f8c356975efc93fe920615302f074838b3 (diff) | |
download | pkgsrc-6abf8d83bfef0695540a2b39e7a4b7581b16d01e.tar.gz |
Fix path to bash and depend on it. Bump revision.
Diffstat (limited to 'net/ktorrent')
-rw-r--r-- | net/ktorrent/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 52e1c19e70d..4c337afb410 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/07/22 08:38:57 abs Exp $ +# $NetBSD: Makefile,v 1.9 2007/07/31 12:30:16 joerg Exp $ DISTNAME= ktorrent-${KTORRENT_VER} +PKGREVISION= 1 CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ @@ -11,10 +12,12 @@ HOMEPAGE= http://ktorrent.org/ COMMENT= Graphical BitTorrent client for KDE USE_LANGUAGES= c c++ -USE_TOOLS+= msgfmt perl:run +USE_TOOLS+= gmake msgfmt pkg-config bash:run perl:run USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= + +REPLACE_BASH= scripts/ktshell BUILDLINK_DEPMETHOD.libXt?= build |