Date: Sun, 20 Jul 2014 08:05:25 +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: r362300 - head/net/sobby Message-ID: <201407200805.s6K85P6N097629@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jul 20 08:05:24 2014 New Revision: 362300 URL: http://svnweb.freebsd.org/changeset/ports/362300 QAT: https://qat.redports.org/buildarchive/r362300/ Log: net/sobby: Unbreak by fixing net6 library dependency Modified: head/net/sobby/Makefile Modified: head/net/sobby/Makefile ============================================================================== --- head/net/sobby/Makefile Sun Jul 20 08:02:11 2014 (r362299) +++ head/net/sobby/Makefile Sun Jul 20 08:05:24 2014 (r362300) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ 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 USES= pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407200805.s6K85P6N097629>