aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-06-12 05:56:24 +0800
committergerald <gerald@FreeBSD.org>2010-06-12 05:56:24 +0800
commit3cdf627dd76848141cf53d93bd2fc683761a635b (patch)
tree44bc3e800afaf1cf2cb63fe987bdd5a842249c1e /net-p2p
parent3abd8ba6d8ae0b6b9a979c413e85660a4c0e6d38 (diff)
downloadfreebsd-ports-gnome-3cdf627dd76848141cf53d93bd2fc683761a635b.tar.gz
freebsd-ports-gnome-3cdf627dd76848141cf53d93bd2fc683761a635b.tar.zst
freebsd-ports-gnome-3cdf627dd76848141cf53d93bd2fc683761a635b.zip
Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 4cd9da327bf5..0837aaa0fbea 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_GETTEXT= yes
USE_OPENSSL= yes
USE_PYTHON= yes
-USE_GCC= 4.3+
+USE_GCC= 4.4+
MAKE_ENV= PYTHONPATH="${PYTHONPREFIX_SITELIBDIR}"
OPTIONS= PSYCO "Enable devel/py-psyco optimization support (i386)" off