Date: Sun, 20 Jul 2014 08:06:14 +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: r362301 - head/editors/gobby Message-ID: <201407200806.s6K86EQf097866@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jul 20 08:06:14 2014 New Revision: 362301 URL: http://svnweb.freebsd.org/changeset/ports/362301 QAT: https://qat.redports.org/buildarchive/r362301/ Log: editors/gobby: Unbreak by fixing net6 library dependency Modified: head/editors/gobby/Makefile Modified: head/editors/gobby/Makefile ============================================================================== --- head/editors/gobby/Makefile Sun Jul 20 08:05:24 2014 (r362300) +++ head/editors/gobby/Makefile Sun Jul 20 08:06:14 2014 (r362301) @@ -12,7 +12,7 @@ COMMENT= Free collaborative editor LICENSE= GPLv2 LIB_DEPENDS= libobby.so:${PORTSDIR}/devel/obby \ - libnet6-1.3.so:${PORTSDIR}/net/net6 \ + libnet6.so:${PORTSDIR}/net/net6 \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407200806.s6K86EQf097866>