diff options
author | heinz <heinz@pkgsrc.org> | 2005-12-23 23:03:31 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-12-23 23:03:31 +0000 |
commit | 1c95fb8bfe7d8508a3dbf12259507e64074a6925 (patch) | |
tree | 40534428b21960f41a2c0d3a8e39ee9b91cbc4fe /net | |
parent | 34f8a41275bacac438e1344c2fbe553bfb77d13b (diff) | |
download | pkgsrc-1c95fb8bfe7d8508a3dbf12259507e64074a6925.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')
-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 |