svn commit: r363966 - head/net-p2p/transmission-gtk
John Marino
marino at FreeBSD.org
Mon Aug 4 06:19:37 UTC 2014
Author: marino
Date: Mon Aug 4 06:19:36 2014
New Revision: 363966
URL: http://svnweb.freebsd.org/changeset/ports/363966
QAT: https://qat.redports.org/buildarchive/r363966/
Log:
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
Modified:
head/net-p2p/transmission-gtk/Makefile
Modified: head/net-p2p/transmission-gtk/Makefile
==============================================================================
--- head/net-p2p/transmission-gtk/Makefile Mon Aug 4 05:49:35 2014 (r363965)
+++ head/net-p2p/transmission-gtk/Makefile Mon Aug 4 06:19:36 2014 (r363966)
@@ -1,12 +1,13 @@
# $FreeBSD$
PKGNAMESUFFIX= -gtk
-PORTREVISION= 2
+PORTREVISION= 3
MAINTAINER= crees at 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
More information about the svn-ports-all
mailing list