svn commit: r362300 - head/net/sobby
John Marino
marino at FreeBSD.org
Sun Jul 20 08:05:25 UTC 2014
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
More information about the svn-ports-head
mailing list