diff options
Diffstat (limited to 'net-p2p/transmission-gtk/Makefile')
-rw-r--r-- | net-p2p/transmission-gtk/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index 59e2329ae324..aab406e4bb17 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,23 +1,24 @@ # $FreeBSD$ -PKGNAMESUFFIX= -gtk2 +PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org COMMENT= Fast and lightweight GTK+2 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ - notify.4:${PORTSDIR}/devel/libnotify \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + notify:${PORTSDIR}/devel/libnotify \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib + RUN_DEPENDS= ${GEN_RUN_DEPENDS} \ xdg-open:${PORTSDIR}/devel/xdg-utils DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist -SLAVEPORT= gtk2 +SLAVEPORT= gtk -USE_GNOME= gnomehack gtk30 desktopfileutils intlhack -USES= gettext +USE_GNOME= gtk30 desktopfileutils intlhack +USES= gettext pathfix INSTALLS_ICONS= yes EXTRA_CONF_ARGS=--disable-cli \ |