Date: Mon, 4 Aug 2014 06:19:37 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363966 - head/net-p2p/transmission-gtk Message-ID: <53df25f9.5318.65f7066@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df25f9.5318.65f7066>