diff options
author | heinz <heinz> | 2005-12-23 23:03:31 +0000 |
---|---|---|
committer | heinz <heinz> | 2005-12-23 23:03:31 +0000 |
commit | 7d1cd5386f25820b25653d94bf7850115c0fe85f (patch) | |
tree | 40534428b21960f41a2c0d3a8e39ee9b91cbc4fe /net/rtorrent | |
parent | 9a126eae92b2473e039ae7068597bf6abab35003 (diff) | |
download | pkgsrc-7d1cd5386f25820b25653d94bf7850115c0fe85f.tar.gz |
Added requirement for gcc >= 3.3, corresponding to the same change in
net/libtorrent. This allows building on NetBSD 1.6.x.
Diffstat (limited to 'net/rtorrent')
-rw-r--r-- | net/rtorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index c6b2d9910d2..31d0e2d24a6 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/10/24 08:41:59 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/23 23:03:31 heinz Exp $ DISTNAME= rtorrent-0.3.5 CATEGORIES= net @@ -12,6 +12,7 @@ USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes +GCC_REQD+= 3.3 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent |