diff options
author | crees <crees@FreeBSD.org> | 2012-11-02 17:59:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-11-02 17:59:47 +0800 |
commit | f98741626edb995b8067d5cfa71cd6e34220cb1f (patch) | |
tree | 82f1d75cf3ba38ecf5aebf53c0b871e5b6fa493d | |
parent | eb3371da185cfe398ba0d52d9dad709afa4289c4 (diff) | |
download | freebsd-ports-gnome-f98741626edb995b8067d5cfa71cd6e34220cb1f.tar.gz freebsd-ports-gnome-f98741626edb995b8067d5cfa71cd6e34220cb1f.tar.zst freebsd-ports-gnome-f98741626edb995b8067d5cfa71cd6e34220cb1f.zip |
Correct name of transmission25-gtk2 port in BROKEN message
PR: ports/173287
Submitted by: poyopoyo@puripuri.plala.or.jp
Feature safe: yes
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 726b9656157c..6dda8cb82b88 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client -BROKEN= Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk20 +BROKEN= Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk2 LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ notify.4:${PORTSDIR}/devel/libnotify \ |