From 1c95fb8bfe7d8508a3dbf12259507e64074a6925 Mon Sep 17 00:00:00 2001 From: heinz Date: Fri, 23 Dec 2005 23:03:31 +0000 Subject: Added requirement for gcc >= 3.3, corresponding to the same change in net/libtorrent. This allows building on NetBSD 1.6.x. --- net/rtorrent/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/rtorrent/Makefile') 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 -- cgit v1.2.3