1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net-p2p/transmission-gtk: complete the -inotify fix with LIB_DEPENDS+=

In a previous commit, the inotify configuration was fixed, but we
neglected to guarantee the library was available.  This adds libinotify
to the LIB_DEPENDS list, an action that requires a revbump.

PR:		192319
Suggested by:	Carlos JPM
This commit is contained in:
John Marino 2014-08-04 06:19:36 +00:00
parent 9db59e2125
commit 946989e9af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363966

View File

@ -1,12 +1,13 @@
# $FreeBSD$
PKGNAMESUFFIX= -gtk
PORTREVISION= 2
PORTREVISION= 3
MAINTAINER= crees@FreeBSD.org
COMMENT= Fast and lightweight GTK+2 BitTorrent client
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
libinotify.so:${PORTSDIR}/devel/libinotify \
libnotify.so:${PORTSDIR}/devel/libnotify \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib