diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-04 20:18:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-04 20:18:30 +0000 |
commit | 3e3ce1cf357fdf3a7ed4eb0282bc8b9a2595062b (patch) | |
tree | 5d7e2a7564c9fdaa7351be928aec93d54b7a8e6c /net-p2p/transmission | |
parent | bcb47fb57b2e37a7330f56daab0ceceb9108e70b (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 12a74008df59..83f7057364eb 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 2.61 +PORTVERSION= 2.71 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty @@ -21,7 +21,7 @@ RUN_DEPENDS= transmission-cli:${PORTSDIR}/net-p2p/transmission-cli \ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.6* -BROKEN= Depends on GTK 2.0 frontend; use net-p2p/transmission25 for now +BROKEN= Depends on GTK 3.4.0 frontend; use net-p2p/transmission25 for now NO_BUILD= yes |