diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 13:03:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 13:03:01 +0000 |
commit | b8eeb6c5161f58585f04c293aaad10752b0eadaa (patch) | |
tree | a8d60a2a91a85a9915153c4bfe5d82ca782b1df5 /net/rtorrent/Makefile | |
parent | f5e135e1302f8120a2d430c4af08156f12873910 (diff) | |
download | pkgsrc-b8eeb6c5161f58585f04c293aaad10752b0eadaa.tar.gz |
Needs pkg-config.
Diffstat (limited to 'net/rtorrent/Makefile')
-rw-r--r-- | net/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 55224be80c0..65479487a46 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/28 12:36:39 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/07 13:03:01 joerg Exp $ DISTNAME= rtorrent-0.4.5 CATEGORIES= net @@ -11,7 +11,7 @@ COMMENT= Ncurses based torrent client with support for sessions USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_NCURSES= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes GCC_REQD+= 3.3 |