summaryrefslogtreecommitdiff
path: root/net/rtorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rtorrent/Makefile')
-rw-r--r--net/rtorrent/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index e4769089690..b14fbbca433 100644
--- a/net/rtorrent/Makefile
+++ b/net/rtorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2011/11/07 13:10:31 hans Exp $
+# $NetBSD: Makefile,v 1.47 2012/01/11 22:41:46 tron Exp $
DISTNAME= rtorrent-0.8.9
PKGREVISION= 2
@@ -21,8 +21,9 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "x86_64"
-GCC_REQD+= 3.3
+GCC_REQD+= 4.1.3
.else
GCC_REQD+= 4.2.1
.endif