View | Details | Raw Unified | Return to bug 179798
Collapse All | Expand All

(-)transmission-gtk/Makefile (-2 / +3 lines)
Lines 1-13 Link Here
1
# $FreeBSD: net-p2p/transmission-gtk/Makefile 316464 2013-04-24 18:10:30Z ak $
1
# $FreeBSD: net-p2p/transmission-gtk/Makefile 316464 2013-04-24 18:10:30Z ak $
2
2
3
PKGNAMESUFFIX=	-gtk2
3
PKGNAMESUFFIX=	-gtk
4
4
5
MAINTAINER=	crees@FreeBSD.org
5
MAINTAINER=	crees@FreeBSD.org
6
COMMENT=	Fast and lightweight GTK+2 BitTorrent client
6
COMMENT=	Fast and lightweight GTK BitTorrent client
7
7
8
LIB_DEPENDS=	${GEN_LIB_DEPENDS} \
8
LIB_DEPENDS=	${GEN_LIB_DEPENDS} \
9
		notify.4:${PORTSDIR}/devel/libnotify \
9
		notify.4:${PORTSDIR}/devel/libnotify \
10
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
10
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
11
11
RUN_DEPENDS=	${GEN_RUN_DEPENDS} \
12
RUN_DEPENDS=	${GEN_RUN_DEPENDS} \
12
		xdg-open:${PORTSDIR}/devel/xdg-utils
13
		xdg-open:${PORTSDIR}/devel/xdg-utils
13
14
(-)transmission-gtk/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
A fast and lightweight GTK+2 BitTorrent client.
1
A fast and lightweight GTK BitTorrent client.
2
2
3
Transmission has been built from the ground up to be a lightweight, yet
3
Transmission has been built from the ground up to be a lightweight, yet
4
powerful BitTorrent client. Its simple, intuitive interface is designed
4
powerful BitTorrent client. Its simple, intuitive interface is designed

Return to bug 179798